diff --git a/README.md b/README.md index 3afa252874..6a5a98e17c 100644 --- a/README.md +++ b/README.md @@ -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: