Created
July 21, 2016 22:47
-
-
Save interested1/e5165828f50e599e32e7ccb23b11e97e to your computer and use it in GitHub Desktop.
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
| 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