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
|
CLS
|
||||||
|
|
||||||
:: Variables
|
:: Variables
|
||||||
set "pipR=pip install -r .\requirements.txt"
|
SET "pipR=pip install -r .\requirements.txt"
|
||||||
set "py=python.exe"
|
SET "py=python.exe"
|
||||||
|
|
||||||
IF errorlevel 1 (
|
IF errorlevel 1 (
|
||||||
ECHO Installation of Python not found, installation...
|
ECHO Installation of Python not found, installation...
|
||||||
|
@ -19,7 +19,7 @@ IF errorlevel 1 (
|
||||||
ECHO Download and installation of dependencies...
|
ECHO Download and installation of dependencies...
|
||||||
|
|
||||||
:: Location of Python
|
:: Location of Python
|
||||||
set "py=%LOCALAPPDATA%\Microsoft\WindowsApps\%py%"
|
SET "py=%LOCALAPPDATA%\Microsoft\WindowsApps\%py%"
|
||||||
|
|
||||||
:: Update pip
|
:: Update pip
|
||||||
%py% -m pip install --upgrade pip
|
%py% -m pip install --upgrade pip
|
||||||
|
|
Reference in a new issue