Skip to content

Instantly share code, notes, and snippets.

@akhildevelops
Last active October 16, 2018 10:50
Show Gist options
  • Save akhildevelops/d04a237e04b7b4f624ded48b79945248 to your computer and use it in GitHub Desktop.
Save akhildevelops/d04a237e04b7b4f624ded48b79945248 to your computer and use it in GitHub Desktop.
apt-get update
echo "deb http://ppa.launchpad.net/ubuntugis/ppa/ubuntu xenial main" > /etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/ubuntugis/ppa/ubuntu xenial main" > /etc/apt/sources.list
apt-get update
apt-get install gdal-bin python-gdal python3-gdal
git clone https://github.com/kscottz/PythonFromSpace.git
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment