Last active
October 16, 2018 10:50
-
-
Save akhildevelops/d04a237e04b7b4f624ded48b79945248 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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