From 645f4fe6e564c6cdca1740e563e2bbef05ebe799 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sat, 20 Aug 2016 08:22:23 +0000 Subject: [PATCH] add configparser dependency --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 45f2d48..95370a8 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-mysqldb python-zope.interface +$ sudo apt-get install python-twisted python-configparser python-crypto python-pyasn1 python-gmpy2 python-mysqldb python-zope.interface ``` Install prerequisites on RedHat based systems: