aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-15 16:53:21 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-15 16:53:21 +0200
commitcfd3e500feb59ba3c1bd1247dac3b4537c8592ba (patch)
treea3e9a1b7ebf78b60b8fdc77fff1899a7f834509f /README.md
parent68cc7d635b25ca08da957541794df6a1cda2ef95 (diff)
downloadmknet-cfd3e500feb59ba3c1bd1247dac3b4537c8592ba.tar.gz
mknet-cfd3e500feb59ba3c1bd1247dac3b4537c8592ba.zip
run-all wait all processes before returning
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: