better comments
This commit is contained in:
parent
ddf0bab00e
commit
2b0881a613
1 changed files with 3 additions and 2 deletions
5
run.bat
5
run.bat
|
@ -2,15 +2,16 @@
|
||||||
|
|
||||||
:: Check python installation
|
:: Check python installation
|
||||||
python.exe --version > NUL
|
python.exe --version > NUL
|
||||||
|
|
||||||
|
:: Clean potential error or python version
|
||||||
CLS
|
CLS
|
||||||
|
|
||||||
IF errorlevel 1 (
|
IF errorlevel 1 (
|
||||||
:: Verbose
|
|
||||||
ECHO Installation of Python not found, installation...
|
ECHO Installation of Python not found, installation...
|
||||||
|
|
||||||
:: Install Python 3.11 from MS Store
|
:: Install Python 3.11 from MS Store
|
||||||
ECHO Y | winget install -he 9NRWMJP3717K
|
ECHO Y | winget install -he 9NRWMJP3717K
|
||||||
|
|
||||||
:: Verbose
|
|
||||||
ECHO Download and installation of dependencies...
|
ECHO Download and installation of dependencies...
|
||||||
|
|
||||||
:: Install dependencies
|
:: Install dependencies
|
||||||
|
|
Reference in a new issue