move install instructions to INSTALL.md. Update preqreq

This commit is contained in:
Michel Oosterhof
2016-06-19 13:39:09 +00:00
parent d2eb56c0f5
commit 99f55e449d
2 changed files with 10 additions and 10 deletions

View File

@ -14,6 +14,14 @@ Install prerequisites on RedHat based systems:
$ sudo yum install <tbd> <tbd> <tbd>
```
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: