https://github.com/GeoscienceAustralia/PyRate
Tip revision: 56f735c271b62d540470c8ef13fe0f81f281efde authored by dependabot[bot] on 30 September 2022, 18:38:25 UTC
Bump joblib from 1.0.0 to 1.2.0
Bump joblib from 1.0.0 to 1.2.0
Tip revision: 56f735c
apt_install.sh
echo "This script will install packages required by PyRate. Continue?"
select yn in "Yes" "No"; do
case $yn in
Yes ) break;;
No ) exit;;
esac
done
# OS package requirements for Ubuntu 18.04
sudo apt-get update
sudo apt-get -y install \
gdal-bin \
libgdal-dev \
openmpi-bin \
libopenmpi-dev