summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAshish Shirodkar <ashish.shirodkar@outlook.com>2023-10-09 21:15:19 (GMT)
committerGitHub <noreply@github.com>2023-10-09 21:15:19 (GMT)
commit0050670d76193ea529f51d0526256cb7a769d61b (patch)
tree898f2666b86caff37539d8a7a22ed150ff2f6ab8 /README.rst
parentea7b53ff67764a2abf1f27d4c95d032d2dbb02f9 (diff)
downloadcpython-0050670d76193ea529f51d0526256cb7a769d61b.zip
cpython-0050670d76193ea529f51d0526256cb7a769d61b.tar.gz
cpython-0050670d76193ea529f51d0526256cb7a769d61b.tar.bz2
gh-106765: Updates Windows installer build instructions to clarify system requirements (GH-110566)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 921da30..9cbadc8 100644
--- a/README.rst
+++ b/README.rst
@@ -76,6 +76,9 @@ to macOS framework and universal builds. Refer to `Mac/README.rst
On Windows, see `PCbuild/readme.txt
<https://github.com/python/cpython/blob/main/PCbuild/readme.txt>`_.
+To build Windows installer, see `Tools/msi/README.txt
+<https://github.com/python/cpython/blob/main/Tools/msi/README.txt>`_.
+
If you wish, you can create a subdirectory and invoke configure from there.
For example::