https://github.com/GeoscienceAustralia/PyRate
Tip revision: a1845a10c680eda4e34f93e8ab787ccfb367e546 authored by Matt Garthwaite on 21 October 2021, 00:43:59 UTC
Merge pull request #366 from sixy6e/j6-actions
Merge pull request #366 from sixy6e/j6-actions
Tip revision: a1845a1
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