This commit is contained in:
Mylloon 2023-04-04 10:57:20 +02:00
parent 752638a617
commit 9ae5444906
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,8 +7,8 @@ python.exe --version > NUL
CLS
:: Variables
set "pipR=pip install -r .\requirements.txt"
set "py=python.exe"
SET "pipR=pip install -r .\requirements.txt"
SET "py=python.exe"
IF errorlevel 1 (
ECHO Installation of Python not found, installation...
@ -19,7 +19,7 @@ IF errorlevel 1 (
ECHO Download and installation of dependencies...
:: Location of Python
set "py=%LOCALAPPDATA%\Microsoft\WindowsApps\%py%"
SET "py=%LOCALAPPDATA%\Microsoft\WindowsApps\%py%"
:: Update pip
%py% -m pip install --upgrade pip