Skip to content
Snippets Groups Projects
Commit 84196b88 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

do not suggest to use --user flag anymore

parent cda6b5f7
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,10 @@ If you wish to use our artifactory server then you can add https://artifactory.e
To install/ upgrade the package, run the command below. It is assumed that you have git and pip installed on your system.
```bash
pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U --user
pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U
```
If you have installed using Anaconda, we recommend to not use the argument `--user`.
The argument `-U` implies you should upgrade if you have already installed this package but a newer exist. `--user` implies that this should be installed for the current user only (usually in the folder ~/.local/lib/).
The argument `-U` implies you should upgrade if you have already installed this package but a newer exist.
### Developers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment