From 2c899704c31a8d0c12fe86121854373f5509ed0b Mon Sep 17 00:00:00 2001 From: Wouter Overmeire Date: Mon, 28 Apr 2025 13:38:17 +0200 Subject: Fix python dev requirements installation command (#2800) --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . ``` -- cgit v1.2.3