mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
INSTALL.md: Tell pip to install from git master.
[SKIP CI]
This commit is contained in:
parent
c397317e8b
commit
d8e992d727
10
INSTALL.md
10
INSTALL.md
@ -129,13 +129,13 @@ sudo dpkg -i limnoria-master-HEAD.deb
|
||||
To install with pip run
|
||||
|
||||
```
|
||||
sudo pip install limnoria
|
||||
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.
|
||||
|
||||
```
|
||||
pip install limnoria --user
|
||||
pip install git+https://github.com/ProgVal/Limnoria.git@testing --user
|
||||
```
|
||||
|
||||
If you wish to use Python 3 or 2 instead of default of your distribution
|
||||
@ -166,11 +166,7 @@ sudo dpkg -i limnoria-master-HEAD.deb
|
||||
|
||||
### Pip
|
||||
|
||||
To update with pip, add `--upgrade` to the end of the command:
|
||||
|
||||
```
|
||||
pip install limnoria --upgrade
|
||||
```
|
||||
Run the install command again.
|
||||
|
||||
## Upgrading to Python 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user