From 41a5ba1b656eb32cecb6cb21ce7fb8ac9de85a55 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Mon, 31 Oct 2022 13:50:59 +0100 Subject: Add a note about required Python version. --- python/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.2.3