mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
Improve README.
This commit is contained in:
parent
a070b658a0
commit
13c411b741
@ -34,10 +34,11 @@ read it.
|
||||
|
||||
## Installing from cloned repo
|
||||
|
||||
*If you haven't cloned this repository, please see the previous two
|
||||
*If you don't want to clone the repo, please see the previous two
|
||||
paragraphs for easier installation methods.*
|
||||
|
||||
```
|
||||
git clone https://github.com/ProgVal/Limnoria.git
|
||||
sudo pip install -r requirements.txt
|
||||
sudo python setup.py install --user
|
||||
```
|
||||
@ -45,6 +46,7 @@ sudo python setup.py install --user
|
||||
alternatively without root
|
||||
|
||||
```
|
||||
git clone https://github.com/ProgVal/Limnoria.git
|
||||
pip install -r requirements.txt --user
|
||||
python setup.py install --user
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user