Use python3 command instead of python in README.

This commit is contained in:
Valentin Lorentz 2016-08-09 22:23:47 +02:00
parent b4182753be
commit 866d95ca0b
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ paragraphs for easier installation methods.*
```
git clone https://github.com/ProgVal/Limnoria.git
sudo pip install -r requirements.txt
sudo python setup.py install
sudo python3 setup.py install
```
alternatively without root
@ -48,7 +48,7 @@ alternatively without root
```
git clone https://github.com/ProgVal/Limnoria.git
pip install -r requirements.txt --user
python setup.py install --user
python3 setup.py install --user
```
[doc.supybot.aperio.fr]:http://doc.supybot.aperio.fr/