mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 16:12:42 +01:00
Merge pull request #753 from Mkaysi/patch-1
INSTALL.md: add installing requirements under pip.
This commit is contained in:
commit
00c1c62346
@ -129,12 +129,14 @@ sudo dpkg -i limnoria-master-HEAD.deb
|
|||||||
To install with pip run
|
To install with pip run
|
||||||
|
|
||||||
```
|
```
|
||||||
|
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
|
||||||
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master
|
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 -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user
|
||||||
pip install git+https://github.com/ProgVal/Limnoria.git@master --user
|
pip install git+https://github.com/ProgVal/Limnoria.git@master --user
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -166,7 +168,8 @@ sudo dpkg -i limnoria-master-HEAD.deb
|
|||||||
|
|
||||||
### Pip
|
### Pip
|
||||||
|
|
||||||
Run the install command again.
|
Run the first install command again, but add `--upgrade` to the
|
||||||
|
end. Then run the second install command.
|
||||||
|
|
||||||
## Upgrading to Python 3
|
## Upgrading to Python 3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user