install_requirements.sh 218 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 # 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