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