Unverified Commit 3f8ecbbb authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Specify --force-reinstall and the release tag in installation instructions

parent 9a9cbcb5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ Each task comes with three *subsets*:
#### Using the `train` set to train your supervised system

``` sh
$ pip install git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@master
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.4
$ python
>>> from arqmath_eval import get_topics, get_judged_documents, get_ndcg
>>>
@@ -58,7 +58,7 @@ Here is the documentation of the available evaluation functions:
#### Using the `validation` set to compare various parameters of your system

``` sh
$ pip install git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@master
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.4
$ python
>>> task = 'task1-votes'
>>> subset = 'validation'