Skip to content

Commit

Permalink
Updated launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor Mazur authored and Wiktor Mazur committed Nov 11, 2021
1 parent c582677 commit 2895be9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion launchers/albion-online-stats.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ if not defined FOUND_PYTHON (goto python_not_found)
%FOUND_PYTHON% -m venv python_env
call .\python_env\Scripts\activate.bat

for /f "tokens=* delims=" %%a in ('python --version') do (echo Python version: %%a)
for /f "tokens=* delims=" %%a in ('python -m pip --version') do (echo Pip version: %%a)

echo Installing newest version of aostats...
python -m pip install --upgrade pip
python -m pip install aostats
python -m pip install aostats
python -m pip install --upgrade aostats

goto execute
Expand Down

0 comments on commit 2895be9

Please sign in to comment.