mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-12-26 05:02:37 +01:00
commit
b4d5036178
@ -82,19 +82,19 @@ which setup you should specify to have UNIX tools in PATH.
|
|||||||
Global installation
|
Global installation
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
You can either run these as root or prepend ``sudo`` in front of every
|
If you are logged in as root, you can remove ``sudo`` from the install
|
||||||
message.
|
commands.
|
||||||
|
|
||||||
In case you want to use the testing branch which might be more up-to date
|
In case you want to use the testing branch which might be more up-to date
|
||||||
**but less tested**, replace ``master`` with ``testing`` in the commands.
|
**but less tested**, replace ``master`` with ``testing`` in the commands.
|
||||||
|
|
||||||
First we install Limnoria's requirements::
|
First we install Limnoria's requirements::
|
||||||
|
|
||||||
pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade
|
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade
|
||||||
|
|
||||||
And then Limnoria itself::
|
And then Limnoria itself::
|
||||||
|
|
||||||
pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade
|
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade
|
||||||
|
|
||||||
Local installation
|
Local installation
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
Loading…
Reference in New Issue
Block a user