Skip to content

Commit de24a8c

Browse files
committed
Fix install commands for when nolearn is already installed.
1 parent 9a18505 commit de24a8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To install the latest version of nolearn from Git using `pip
1818
<http://www.pip-installer.org>`_, run the following commands::
1919

2020
pip install -r https://raw.githubusercontent.com/dnouri/nolearn/master/requirements.txt
21-
pip install https://github.com/dnouri/nolearn/archive/master.zip#egg=nolearn
21+
pip install https://github.com/dnouri/nolearn/archive/master.zip#egg=nolearn==0.7
2222

2323
To instead install the release from PyPI (which is somewhat old at
2424
this point), do::

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install the latest version of nolearn from Git using `pip
2727
<http://www.pip-installer.org>`_, run the following commands::
2828

2929
pip install -r https://raw.githubusercontent.com/dnouri/nolearn/master/requirements.txt
30-
pip install https://github.com/dnouri/nolearn/archive/master.zip#egg=nolearn
30+
pip install https://github.com/dnouri/nolearn/archive/master.zip#egg=nolearn==0.7
3131

3232
To install the release from PyPI (which is somewhat old at this
3333
point)::

0 commit comments

Comments
 (0)