https://github.com/GeoscienceAustralia/PyRate
Tip revision: 6a8a851c787dffdf128138b0392b94518421e0a5 authored by dependabot[bot] on 06 July 2023, 22:21:18 UTC
Bump scipy from 1.5.4 to 1.10.0
Bump scipy from 1.5.4 to 1.10.0
Tip revision: 6a8a851
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