aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md
index f1820f2b0..f0dc8d021 100644
--- a/python/README.md
+++ b/python/README.md
@@ -22,6 +22,7 @@ sudo make install
``` bash
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 .
@@ -78,4 +79,4 @@ This project is licensed under the LGPLv3 License - see the [**License**][licens
[cffi]: https://cffi.readthedocs.io/en/latest/
[pypy]: https://www.pypy.org/
[nfstream]: https://github.com/nfstream/nfstream
-[ndpi_example]: https://github.com/ntop/nDPI/blob/dev/python/ndpi_example.py \ No newline at end of file
+[ndpi_example]: https://github.com/ntop/nDPI/blob/dev/python/ndpi_example.py