need extra pip upgrade

This commit is contained in:
Michel Oosterhof
2017-11-13 10:02:46 +04:00
parent 499d41a64e
commit c47613dcd9

View File

@ -74,6 +74,9 @@ Activate the virtual environment and install packages
```
$ source cowrie-env/bin/activate
(cowrie-env) $ pip install --upgrade pip
(cowrie-env) $ pip install --upgrade -r requirements.txt
```