Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleclo committed Dec 19, 2023
1 parent e5addc3 commit 37bfc40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
### Setup

```python
conda create -n papermage python=3.9
conda create -n papermage python=3.11
conda activate papermage
pip install -e '.[dev,predictors,visualizers]'
```

(you may need to add/remove quotes depending on your command line shell).

If you're on MacOSX, you'll also want to run:
```
conda install poppler
Expand Down

0 comments on commit 37bfc40

Please sign in to comment.