File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,11 +80,17 @@ Skip these steps if you already have both of these installed
8080 python -m pipx ensurepath
8181 ```
8282
83- Install Visual Studio for the rest of the necessary components.
84- The download can be found on [Microsoft's website.](https://visualstudio.microsoft.com/)
83+ In order to build packages and applications targeting Windows you must
84+ install **Visual Studio**. You can install it using `winget` in an admin
85+ powershell:
8586
86- There is no more installation required at this point.
87+ ```powershell
88+ winget install Microsoft.VisualStudio.2022.BuildTools --override "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended -p --installWhileDownloading"
89+ ```
8790
91+ Or you can the install found on [visualstudio.microsoft.com](https://visualstudio.microsoft.com/).
92+
93+ There is no more installation required at this point.
8894 Close and reopen powershell as a normal user now.
8995
9096---
You can’t perform that action at this time.
0 commit comments