From 765346d4317ff7c1e042fcced10543259f9d97c0 Mon Sep 17 00:00:00 2001
From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr>
Date: Thu, 11 Jan 2024 16:09:48 +0000
Subject: [PATCH] Update README.md

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 0be09e8..b7e7fb1 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,22 @@ python3 -m venv wikstraktorenv #create wikstraktorenv environment
 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
 ### Wikstraktor
 #### Python
-- 
GitLab