Skip to content

Instantly share code, notes, and snippets.

@interested1
Created July 21, 2016 22:47
Show Gist options
  • Select an option

  • Save interested1/e5165828f50e599e32e7ccb23b11e97e to your computer and use it in GitHub Desktop.

Select an option

Save interested1/e5165828f50e599e32e7ccb23b11e97e to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install libpython2.7-dev build-essential
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
wget https://github.com/AHAAAAAAA/PokemonGo-Map/archive/master.zip
unzip master.zip
pushd PokemonGo-Map-master/
sudo pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment