aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md
index f0dc8d021..259a04447 100644
--- a/python/README.md
+++ b/python/README.md
@@ -24,7 +24,7 @@ sudo make install
cd python
# IMPORTANT: nDPI Bindings requires Python version >= 3.7
python3 -m pip install --upgrade pip
-python3 -m install -r dev_requirements.txt
+python3 -m pip install -r dev_requirements.txt
python3 -m pip install .
```