Skip to content

Commit be44179

Browse files
authored
doc: update Python 3.14 manual install instructions (Windows)
PR-URL: #61428 Refs: #61427 Refs: nodejs/node-gyp#3264 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 87d7db1 commit be44179

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

BUILDING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,8 @@ Refs:
735735

736736
##### Option 1: Manual install
737737

738-
* The current [version of Python][Python versions] from the
739-
[Microsoft Store](https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation)
738+
* The current [version of Python][Python downloads] by following the instructions in
739+
[Using Python on Windows][].
740740
* The "Desktop development with C++" workload from
741741
[Visual Studio 2022 (17.13 or newer)](https://visualstudio.microsoft.com/downloads/)
742742
or the "C++ build tools" workload from the
@@ -1146,4 +1146,6 @@ by opening a pull request against the registry available at
11461146

11471147
[AIX toolbox]: https://www.ibm.com/support/pages/aix-toolbox-open-source-software-overview
11481148
[Developer Mode]: https://learn.microsoft.com/en-us/windows/advanced-settings/developer-mode
1149+
[Python downloads]: https://www.python.org/downloads/
11491150
[Python versions]: https://devguide.python.org/versions/
1151+
[Using Python on Windows]: https://docs.python.org/3/using/windows.html

0 commit comments

Comments
 (0)