Initial commit, simple setup script
This commit is contained in:
commit
5163d5b1af
5
setup.ps1
Normal file
5
setup.ps1
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Download and unpack winpython standalone distro
|
||||||
|
Invoke-WebRequest -UseBasicParsing -OutFile winpy.exe -Uri https://github.com/winpython/winpython/releases/download/10.7.20240908final/Winpython64-3.12.6.0dot.exe
|
||||||
|
Start-Process -FilePath 'C:\Program Files\7-Zip\7z.exe' -ArgumentList "x", "./winpy.exe" -Wait -NoNewWindow -PassThru
|
||||||
|
|
||||||
|
# TODO: Automatically install python extensions
|
||||||
Loading…
Reference in New Issue
Block a user