From 87bc9237eefd7a0f5b7909d3669deba80778aa69 Mon Sep 17 00:00:00 2001 From: dzflack Date: Mon, 5 Sep 2016 05:12:32 +0800 Subject: [PATCH] add note about raspberry pi installation (#236) --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index bbcbec7..13fc71d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,6 +37,7 @@ 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 ``` +**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. Install prerequisites on Alpine based systems (untested 2016-08-30):