diff options
author | Ben Kuhn <bjk4929@yahoo.com> | 2022-11-16 03:31:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 03:31:16 (GMT) |
commit | 4636df9febc6b8ae977ee8515749f189dfff7aab (patch) | |
tree | e4eb8aada186069e2d880220981240ea1a404035 /PCbuild/readme.txt | |
parent | 86a49e06733b6ae9fef8de0c7e6db93ee87a2e32 (diff) | |
download | cpython-4636df9febc6b8ae977ee8515749f189dfff7aab.zip cpython-4636df9febc6b8ae977ee8515749f189dfff7aab.tar.gz cpython-4636df9febc6b8ae977ee8515749f189dfff7aab.tar.bz2 |
Update Windows readme.txt to clarify Visual Studio required versions (GH-99522)
This is just a minor update to add a clarification to the requirements in the Windows build readme.
Automerge-Triggered-By: GH:zooba
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 898d38e..3ed26a4 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -1,7 +1,7 @@ Quick Start Guide ----------------- -1. Install Microsoft Visual Studio 2017 with Python workload and +1. Install Microsoft Visual Studio 2017 or later with Python workload and Python native development component. 1a. Optionally install Python 3.6 or later. If not installed, get_externals.bat (via build.bat) will download and use Python via |