Skip to content

Commit

Permalink
update pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
breuert committed Apr 7, 2021
1 parent 9ee274f commit cac4c53
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 @@ -26,7 +26,12 @@
If you follow this [link](https://colab.research.google.com/github/irgroup/repro_eval/blob/master/example/demo.ipynb), you will be provided with an interactive Google Colab demonstration of `repro_eval`. The demo includes example data, but is also runnable with other results in TREC run file syntax. Alternatively, please have a look at the [video demonstration](https://drive.google.com/file/d/1PZFd10o_-KiAzbls6tvUZ2-bwwlMkoSI/view).

### Setup
**`repro_eval`** can be installed as a Python package:
Install via [PyPI](https://pypi.org/project/repro-eval):
```
pip install repro-eval==0.1
```

Install via GitHub repository:
```
pip install git+https://github.com/irgroup/repro_eval.git
```
Expand Down

0 comments on commit cac4c53

Please sign in to comment.