From 45022b7f0ea1dfdc664e6d5b8b4736a4d8327168 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 18 Oct 2016 05:20:04 +0000 Subject: [PATCH] add service_identity to debian package based install --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 57034ed7..5e416912 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -35,7 +35,7 @@ $ sudo apt-get install git virtualenv libmpfr-dev libssl-dev libmpc-dev libffi-d Install prerequisites on Debian based systems (untested 2016-08-30): ``` -$ sudo apt-get install git python-twisted python-configparser python-crypto python-pyasn1 python-gmpy2 python-mysqldb python-zope.interface +$ sudo apt-get install git python-twisted python-configparser python-crypto python-pyasn1 python-gmpy2 python-mysqldb python-zope.interface python-service-identity ``` **NOTE**: 'python-gmpy2' will cause a signficant delay when attempting to login to the fake ssh server if installed on a Raspberry Pi (Tested on a RPi model 1B). Use 'python-gmpy' to reduce the login delay significantly.