mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
document python-mysqldb dependency
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
Install prerequisites on Debian based systems:
|
Install prerequisites on Debian based systems:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo apt-get install python-twisted python-crypto python-pyasn1 python-gmpy2 python-zope.interface
|
$ sudo apt-get install python-twisted python-crypto python-pyasn1 python-gmpy2 python-mysqldb python-zope.interface
|
||||||
```
|
```
|
||||||
|
|
||||||
Install prerequisites on RedHat based systems:
|
Install prerequisites on RedHat based systems:
|
||||||
|
|||||||
@ -31,6 +31,7 @@ Software required:
|
|||||||
* python-crypto
|
* python-crypto
|
||||||
* python-pyasn1
|
* python-pyasn1
|
||||||
* python-gmpy2 (recommended)
|
* python-gmpy2 (recommended)
|
||||||
|
* python-mysqldb (for MySQL output)
|
||||||
* Zope Interface 3.6.0+
|
* Zope Interface 3.6.0+
|
||||||
|
|
||||||
## Files of interest:
|
## Files of interest:
|
||||||
|
|||||||
Reference in New Issue
Block a user