Skip to content

Commit

Permalink
Update PokemonGo-Bot-Install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdian authored Aug 16, 2016
1 parent 9cd27b5 commit 1462fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_bat/PokemonGo-Bot-Install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ if exist %PGBotPath% rmdir %PGBotPath% /s /q
if not exist %PGBotPath% md %PGBotPath%
cd C:\Python27\
pip2 install --upgrade virtualenv
git clone --recursive -b dev https://github.com/PokemonGoF/PokemonGo-Bot %PGBotPath%
git clone --recursive -b master https://github.com/PokemonGoF/PokemonGo-Bot %PGBotPath%
if "%OS%" == "32-BIT" pip2 install --upgrade %PGBotPath%\windows_bat\PyYAML-3.11-cp27-cp27m-win32.whl
if "%OS%" == "64-BIT" pip2 install --upgrade %PGBotPath%\windows_bat\PyYAML-3.11-cp27-cp27m-win_amd64.whl
cd %PGBotPath%
Expand Down

0 comments on commit 1462fab

Please sign in to comment.