From 2b0881a613b43c748abc6240498733fc4c1c392c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 2 Apr 2023 22:37:54 +0200 Subject: [PATCH] better comments --- run.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run.bat b/run.bat index 0e91ef9..68378df 100644 --- a/run.bat +++ b/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