Add files via upload

This commit is contained in:
Waldek 2020-12-31 15:20:42 +01:00 committed by GitHub
parent a3c84a9d01
commit 5fdbe8dff2
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 python3 python3-pip python3-dev libffi-dev libssl-dev -y
pip3 install setuptools wheel
pip3 install -r requirements.txt