mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
INSTALL.md: add installing requirements under pip.
It seems that pip ignores `requirements.txt` unless it's installed separately.
This commit is contained in:
parent
9e74175566
commit
f9e8be5d0c
@ -130,12 +130,14 @@ To install with pip run
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master
|
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master
|
||||||
|
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
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 git+https://github.com/ProgVal/Limnoria.git@master --user
|
||||||
|
pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --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
|
||||||
@ -166,7 +168,8 @@ sudo dpkg -i limnoria-master-HEAD.deb
|
|||||||
|
|
||||||
### Pip
|
### Pip
|
||||||
|
|
||||||
Run the install command again.
|
Run the first install command again. To upgrade requirements, add `--upgrade` to
|
||||||
|
the end of the second command
|
||||||
|
|
||||||
## Upgrading to Python 3
|
## Upgrading to Python 3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user