INSTALL: install requirements with pip before Limnoria itself.

[SKIP CI]
This commit is contained in:
Mikaela Suomalainen 2014-06-18 21:31:19 +03:00
parent f9e8be5d0c
commit f1ebccb9f1

View File

@ -129,15 +129,15 @@ sudo dpkg -i limnoria-master-HEAD.deb
To install with pip run To install with pip run
``` ```
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master
``` ```
or without root if you don't have it or don't want to use it. or without root if you don't have it or don't want to use it.
``` ```
pip install git+https://github.com/ProgVal/Limnoria.git@master --user
pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user
pip install git+https://github.com/ProgVal/Limnoria.git@master --user
``` ```
If you wish to use Python 3 or 2 instead of default of your distribution If you wish to use Python 3 or 2 instead of default of your distribution
@ -168,8 +168,8 @@ sudo dpkg -i limnoria-master-HEAD.deb
### Pip ### Pip
Run the first install command again. To upgrade requirements, add `--upgrade` to Run the first install command again, but add `--upgrade` to the
the end of the second command end. Then run the second install command.
## Upgrading to Python 3 ## Upgrading to Python 3