put pip reqs in requirements.txt

This commit is contained in:
Michel Oosterhof
2016-07-28 15:10:04 +04:00
parent 4cf4b9b1f4
commit 57bb3bc886
2 changed files with 5 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,4 @@
twisted
cryptography
pyopenssl
gmpy2