Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ Depending on your operating system, you will need to install:

### On Windows

Install tools with [Chocolatey](https://chocolatey.org):
Install tools with [Chocolatey](https://community.chocolatey.org/) using the
[visualstudio2026-workload-vctools](https://community.chocolatey.org/packages/visualstudio2026-workload-vctools) package:
``` bash
choco install python visualstudio2022-workload-vctools -y
choco install python visualstudio2026-workload-vctools -y
```

Or install and configure Python and Visual Studio tools manually:
Expand Down
Loading