mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-06 15:29:50 +00:00
use/install: Remove --user
It has not been needed for a while, and fails when a venv is active.
This commit is contained in:
@ -97,12 +97,11 @@ Local installation (without root access)
|
|||||||
|
|
||||||
If you have followed the previous section, skip this one.
|
If you have followed the previous section, skip this one.
|
||||||
|
|
||||||
Simply add ``--user`` to the end of both commands. First we install
|
First we install requirements (you can skip it, but some features won't be available)
|
||||||
requirements (you can skip it, but some features won't be available)
|
|
||||||
and then Limnoria itself.::
|
and then Limnoria itself.::
|
||||||
|
|
||||||
python3 -m pip install -r https://raw.githubusercontent.com/progval/Limnoria/master/requirements.txt --user --upgrade
|
python3 -m pip install -r https://raw.githubusercontent.com/progval/Limnoria/master/requirements.txt --upgrade
|
||||||
python3 -m pip install limnoria --user --upgrade
|
python3 -m pip install limnoria --upgrade
|
||||||
|
|
||||||
You might need to add $HOME/.local/bin to your PATH.::
|
You might need to add $HOME/.local/bin to your PATH.::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user