Skip to content

Commit 9f96a03

Browse files
authored
Update index.md
1 parent f055bf4 commit 9f96a03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ brew install autoconf automake libtool pkg-config gettext json-c
6969
```bash
7070
git clone --recurse-submodules https://github.com/nfstream/nfstream.git
7171
cd nfstream
72-
python3 -m pip install -r requirements.txt
73-
python3 setup.py bdist_wheel
72+
python3 -m pip install --upgrade pip
73+
python3 -m pip install -r dev_requirements.txt
74+
python3 prepare.py
75+
python3 -m pip install .
7476
```
7577

7678
[ndpi]: https://github.com/ntop/nDPI

0 commit comments

Comments
 (0)