From 99f55e449d910b44e7eab15bd1d6493af7cd7ea7 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sun, 19 Jun 2016 13:39:09 +0000 Subject: [PATCH] move install instructions to INSTALL.md. Update preqreq --- INSTALL.md | 8 ++++++++ README.md | 12 ++---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 94e74ea..ba4e6f6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -14,6 +14,14 @@ Install prerequisites on RedHat based systems: $ sudo yum install ``` +Install prerequisites on Alpine based systems: + +``` +$ sudo apk add python py-asn1 py-twisted py-zope-interface libffi-dev \ + py-cryptography py-pip py-six py-cffi py-idna py-ipaddress py-openssl +$ sudo pip install enum34 +``` + ## Install with Python Virtual Environments On Debian based systems: diff --git a/README.md b/README.md index e25ce0b..a84742d 100644 --- a/README.md +++ b/README.md @@ -26,22 +26,14 @@ Additional functionality over standard kippo: Software required: -* An operating system (tested on Debian, CentOS, FreeBSD and Windows 7) * Python 2.7+ +* Zope Interface 3.6.0+ * Twisted 8.0+ +* python-crypto * python-cryptography * python-pyasn1 * python-gmpy2 (recommended) * python-mysqldb (for MySQL output) -* Zope Interface 3.6.0+ - -### Example requirements in alpine 3.4 - -``` -apk add python py-asn1 py-twisted py-zope-interface libffi-dev \ - py-cryptography py-pip py-six py-cffi py-idna py-ipaddress py-openssl -pip install enum34 -``` ## Files of interest: