From 2cc0de3ca67e905f3bd165456378a6d9add2ac5d Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Wed, 9 Sep 2026 10:26:05 +0800 Subject: [PATCH 1/2] docs: use Visual Studio 2026 in Windows setup instructions Co-authored-by: Codex (gpt-6-astra) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3afa252874..6b1bae177e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Depending on your operating system, you will need to install: Install tools with [Chocolatey](https://chocolatey.org): ``` 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: From a076fe10a9c1490422b818701d898716dc5201d7 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Wed, 9 Sep 2026 10:30:03 +0800 Subject: [PATCH 2/2] docs: link Chocolatey community and Visual Studio workload Co-authored-by: Codex (gpt-6-astra) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b1bae177e..6a5a98e17c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ 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 visualstudio2026-workload-vctools -y ```