Create install.sh

Add install script
This commit is contained in:
Waldek 2019-07-23 13:48:14 +02:00 committed by GitHub
parent 07b18228c7
commit d966c3d485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
install.sh Normal file
View File

@ -0,0 +1,6 @@
#! /bin/bash
# Install the required support programs
apt-get install python python-pip python-dev libffi-dev libssl-dev -y
pip2 install setuptools wheel
pip2 install -r requirements.txt