Update BuildingOnWindows.md

master
Dominik Deák 2 years ago committed by GitHub
parent 680caeda99
commit e736cec492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Documentation/BuildingOnWindows.md

@ -22,7 +22,7 @@
```
* If Python is not installed:
```bat
powershell.exe -File Scripts\Install\InstallWindows.ps1 [-upgrade]
powershell.exe -ExecutionPolicy Bypass -File Scripts\Install\InstallWindows.ps1 [-upgrade]
```
Use the `--upgrade` switch (Python), or the `-upgrade` switch (PowerShell) to refresh packages at a later date.

Loading…
Cancel
Save