We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install.ps1
1 parent a5bb274 commit 8380a3aCopy full SHA for 8380a3a
src/install.ps1
@@ -1,3 +1,6 @@
1
+#Requires -Version 7.0
2
+#Requires -RunAsAdministrator
3
+
4
Write-Host "--- Installing Python runtime ---" -ForegroundColor blue
5
Start-Process -FilePath .\python-install.exe -ArgumentList "/quiet InstallAllUsers=1 PrependPath=1 Include_test=0 Include_launcher=0" -NoNewWindow -Wait
6
# update pip and pipe output to stdout to avoid parallel execution
0 commit comments