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
|
||||
python.exe --version > NUL
|
||||
|
||||
:: Clean potential error or python version
|
||||
CLS
|
||||
|
||||
IF errorlevel 1 (
|
||||
:: Verbose
|
||||
ECHO Installation of Python not found, installation...
|
||||
|
||||
:: Install Python 3.11 from MS Store
|
||||
ECHO Y | winget install -he 9NRWMJP3717K
|
||||
|
||||
:: Verbose
|
||||
ECHO Download and installation of dependencies...
|
||||
|
||||
:: Install dependencies
|
||||
|
|
Reference in a new issue