https://github.com/GeoscienceAustralia/PyRate
Tip revision: f3008888f978994e9de266b55410d3577b0c722f authored by dependabot[bot] on 22 June 2022, 01:10:05 UTC
Bump numpy from 1.19.4 to 1.22.0
Bump numpy from 1.19.4 to 1.22.0
Tip revision: f300888
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