2020-12-31 15:20:42 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Install the required support programs
|
2021-02-16 12:55:06 +01:00
|
|
|
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y
|
2020-12-31 15:20:42 +01:00
|
|
|
pip3 install setuptools wheel
|
|
|
|
pip3 install -r requirements.txt
|