Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PokemonGo-Bot-Install #5289

Merged
merged 1 commit into from
Sep 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We do recommend Windows users to use [Docker](#docker) this will work much easie
2. Download `encrypt.so` and `encrypt.dll` or `encrypt_64.dll` to the same folder of the `PokemonGo-Bot-Install.bat`.
3. Run `PokemonGo-Bot-install.bat`.
After that has been done the bot will be installed.
4. Run `PokemonGo-Bot-Configurator` to create config.json and userdata.js.
4. Run `PokemonGo-Bot-Configurator` to create auth.json, config.json and userdata.js.
5. Run `PokemonGo-Bot-Start.bat`.
This will start the bot and the web interface.

Expand Down
3 changes: 2 additions & 1 deletion windows_bat/PokemonGo-Bot-Install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ IF EXIST %PGBotPath% ECHO.%PGBotPath% has been made>>%log%
ECHO.>>%log%
ECHO.----- Checking second pip2 install or upgrade ----->>%log%
ECHO.>>%log%
pip2 install -r %PGBotPath%\requirements.txt>>%log%
CD %PGBotPath%\
pip2 install -r requirements.txt>>%log%
ECHO.>>%log%
call:ech
ECHO.--------------------Restoring Backup--------------------
Expand Down