2019-09-17 15:18:38 -04:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Install the required support programs
|
2021-01-04 13:23:37 -05:00
|
|
|
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev sed -y
|
2019-09-17 15:18:38 -04:00
|
|
|
pip3 install setuptools wheel
|
|
|
|
pip3 install -r requirements.txt
|