install_requirements.sh 218 Bytes
# check that python is at least version 3
python -V
#TODO:...

# Upgrade pip
pip install --upgrade pip

# Upgrade wheel
pip install --upgrade wheel

# Install the needed python packages
pip install -r REQUIREMENTS.txt