mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
put pip reqs in requirements.txt
This commit is contained in:
@ -45,7 +45,7 @@ Activate the virtual environment and install packages
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ source cowrie-env/bin/activate
|
$ source cowrie-env/bin/activate
|
||||||
(cowrie-env) $ pip install twisted cryptography pyopenssl gmpy2
|
(cowrie-env) $ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Add a user
|
## Add a user
|
||||||
|
|||||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
twisted
|
||||||
|
cryptography
|
||||||
|
pyopenssl
|
||||||
|
gmpy2
|
||||||
Reference in New Issue
Block a user