Caps
This commit is contained in:
parent
752638a617
commit
9ae5444906
1 changed files with 3 additions and 3 deletions
6
run.bat
6
run.bat
|
@ -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
|
||||
|
|
Reference in a new issue