diff --git a/docs/installation.md b/docs/installation.md index bfc39a870e..3079f83471 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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. diff --git a/windows_bat/PokemonGo-Bot-Install.bat b/windows_bat/PokemonGo-Bot-Install.bat index 2d8097a7e9..3819329053 100755 --- a/windows_bat/PokemonGo-Bot-Install.bat +++ b/windows_bat/PokemonGo-Bot-Install.bat @@ -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--------------------