We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f055bf4 commit 9f96a03Copy full SHA for 9f96a03
docs/index.md
@@ -69,8 +69,10 @@ brew install autoconf automake libtool pkg-config gettext json-c
69
```bash
70
git clone --recurse-submodules https://github.com/nfstream/nfstream.git
71
cd nfstream
72
-python3 -m pip install -r requirements.txt
73
-python3 setup.py bdist_wheel
+python3 -m pip install --upgrade pip
+python3 -m pip install -r dev_requirements.txt
74
+python3 prepare.py
75
+python3 -m pip install .
76
```
77
78
[ndpi]: https://github.com/ntop/nDPI
0 commit comments