better comments

This commit is contained in:
Mylloon 2023-04-02 22:37:54 +02:00
parent ddf0bab00e
commit 2b0881a613
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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