aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorZied Aouini <aouinizied@gmail.com>2022-10-31 13:50:59 +0100
committerGitHub <noreply@github.com>2022-10-31 13:50:59 +0100
commit41a5ba1b656eb32cecb6cb21ce7fb8ac9de85a55 (patch)
tree522b91f548c234a1d64f4b8c77bad5bd103ee162 /python
parentdb9f6ec1b4018164e5bff05f115dc60711bb711b (diff)
Add a note about required Python version.
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