document python-mysqldb dependency

This commit is contained in:
Michel Oosterhof
2016-04-14 13:37:36 +04:00
parent 91498f836c
commit c63339ba65
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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: