Skip to content

Commit

Permalink
added conda installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Dec 16, 2024
1 parent 1a8bd2f commit 50bdced
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ How to use
* Install pdfminer.six.
```bash
pip install pdfminer.six
```
Alternatively, using conda:
```bash
conda install pdfminer-six
```

* (Optionally) install extra dependencies for extracting images.

Expand Down

0 comments on commit 50bdced

Please sign in to comment.