mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-28 15:09:47 +00:00
Add a note about required Python version.
This commit is contained in:
parent
db9f6ec1b4
commit
41a5ba1b65
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue