aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25378da..b04a961 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ and setup your python environment.
```bash
sudo -i
pip3 install --user .
-( cd scenarios && pip3 install -r requirements.txt )
+( cd scenarios && pip3 install --user -r requirements.txt )
```
Sometimes, it is required to add manually your local python lib folder to the environment: