Delete install.sh

This commit is contained in:
Waldek 2019-09-17 21:16:48 +02:00 committed by GitHub
parent 7a9c4e0d8a
commit c4794e5c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#! /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