Skip to content
Snippets Groups Projects
Commit 765346d4 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

Update README.md

parent 7f220e33
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,22 @@ python3 -m venv wikstraktorenv #create wikstraktorenv environment ...@@ -39,6 +39,22 @@ python3 -m venv wikstraktorenv #create wikstraktorenv environment
pip install -r server_requirements.txt pip install -r server_requirements.txt
``` ```
### Specific user
you can install it for a specific, without an environment (even if it is not recommended)
```bash
pip install -r requirements.txt
```
if you are an administrator you can install it for some other user…
```bash
sudo -H -u otherUser pip install -r requirements.txt
```
NB : it is better if that user also cloned the repo, otherwise dubious ownership might arise and that use should have the following lines in **their** `.gitconfig`
```
[safe]
directory = /path/to/wikstraktor
```
## Use ## Use
### Wikstraktor ### Wikstraktor
#### Python #### Python
......
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