From c63339ba65121f00e25f2781ff2781941d472953 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Thu, 14 Apr 2016 13:37:36 +0400 Subject: [PATCH] document python-mysqldb dependency --- INSTALL.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 3f6bc047..50678c0e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,7 +5,7 @@ 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: diff --git a/README.md b/README.md index 499db339..cd33883b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Software required: * python-crypto * python-pyasn1 * python-gmpy2 (recommended) +* python-mysqldb (for MySQL output) * Zope Interface 3.6.0+ ## Files of interest: