mirror of https://github.com/cowrie/cowrie.git
Fix #618 add --upgrade flag to pip
This commit is contained in:
parent
6ec3f54933
commit
499d41a64e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue