Skip to content

Commit

Permalink
Update local install docs as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Mar 20, 2016
1 parent 6dcec03 commit 5f92ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions use/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Simply add ``--user`` to the end of both commands. First we install
requirements (you can skip it, but some features won't be available)
and then Limnoria itself.::

pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user --upgrade
pip install limnoria --user --upgrade
python3 -m pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user --upgrade
python3 -m pip install limnoria --user --upgrade

You might need to add $HOME/.local/bin to your PATH.::

Expand Down

0 comments on commit 5f92ecd

Please sign in to comment.