Skip to content

Instantly share code, notes, and snippets.

@d3netxer
Created April 11, 2018 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3netxer/aef05fc78039e889243e951958b1349a to your computer and use it in GitHub Desktop.
Save d3netxer/aef05fc78039e889243e951958b1349a to your computer and use it in GitHub Desktop.

sudo apt-get update

sudo apt-get -y upgrade

sudo apt-get install -y python3-pip

pip3 install --upgrade pip

pip3 install virtualenv

virtualenv --system-site-packages mapproxy

sudo apt install python-imaging python-yaml libproj-dev

source mapproxy/bin/activate

pip install MapProxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment