Update local install docs as well.

This commit is contained in:
Valentin Lorentz 2016-03-20 12:01:38 +01:00
parent 6dcec03330
commit 5f92ecd262

View File

@ -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.::