Add a note about required Python version.

This commit is contained in:
Zied Aouini 2022-10-31 13:50:59 +01:00 committed by GitHub
parent db9f6ec1b4
commit 41a5ba1b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
[ndpi_example]: https://github.com/ntop/nDPI/blob/dev/python/ndpi_example.py