diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..8f37da7 --- /dev/null +++ b/install.sh @@ -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