Skip to content

Instantly share code, notes, and snippets.

@lspg
Created July 22, 2015 13:15
Show Gist options
  • Select an option

  • Save lspg/56e2966d9a4e883a9602 to your computer and use it in GitHub Desktop.

Select an option

Save lspg/56e2966d9a4e883a9602 to your computer and use it in GitHub Desktop.
Install parallelpython + ppgdal2tiles
#!/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