Fix #618 add --upgrade flag to pip

This commit is contained in:
Michel Oosterhof 2017-11-13 04:16:17 +04:00
parent 6ec3f54933
commit 499d41a64e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Activate the virtual environment and install packages
``` ```
$ source cowrie-env/bin/activate $ source cowrie-env/bin/activate
(cowrie-env) $ pip install -r requirements.txt (cowrie-env) $ pip install --upgrade -r requirements.txt
``` ```
## Step 5: Install configuration file ## Step 5: Install configuration file