Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleclo committed Jul 31, 2023
1 parent 3b088c5 commit e533c51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
### Setup

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

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


## Unit testing
```bash
python -m pytest
Expand Down

0 comments on commit e533c51

Please sign in to comment.