mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Use python3 command instead of python in README.
This commit is contained in:
parent
b4182753be
commit
866d95ca0b
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user