Skip to content

Commit

Permalink
Fix install commands for when nolearn is already installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnouri committed Aug 17, 2015
1 parent 9a18505 commit de24a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To install the latest version of nolearn from Git using `pip
<http://www.pip-installer.org>`_, run the following commands::

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

To instead install the release from PyPI (which is somewhat old at
this point), do::
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install the latest version of nolearn from Git using `pip
<http://www.pip-installer.org>`_, run the following commands::

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

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

0 comments on commit de24a8c

Please sign in to comment.