This commit is contained in:
parent
4f0232fe42
commit
c00060af2d
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ CLS
|
|||
IF ERRORLEVEL 1 (
|
||||
ECHO Installation of Python not found, installation...
|
||||
|
||||
:: Accept Winget ToT
|
||||
ECHO Y | winget list >NUL
|
||||
|
||||
:: Install Python 3.12 from MS Store
|
||||
ECHO Y | winget install -he 9NCVDN91XZQP
|
||||
|
||||
|
|
Loading…
Reference in a new issue