Created
July 22, 2015 13:15
-
-
Save lspg/56e2966d9a4e883a9602 to your computer and use it in GitHub Desktop.
Install parallelpython + ppgdal2tiles
This file contains hidden or 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
| #!/bin/bash | |
| cd /tmp | |
| wget http://www.parallelpython.com/downloads/pp/pp-1.6.4.zip | |
| unzip -e pp-1.6.4.zip | |
| cd pp-1.6.4 | |
| sudo python setup.py install | |
| cd .. | |
| sudo rm -Rf pp-1.6.4* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment