@@ -655,8 +655,8 @@ Refs:
|
655 | 655 | |
656 | 656 | ##### Option 1: Manual install |
657 | 657 | |
658 | | -* The current [version of Python][Python versions] from the |
659 | | -[Microsoft Store](https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation) |
| 658 | +* The current [version of Python][Python downloads] by following the instructions in |
| 659 | +[Using Python on Windows][]. |
660 | 660 | * The "Desktop development with C++" workload from |
661 | 661 | [Visual Studio 2022 (17.6 or newer)](https://visualstudio.microsoft.com/downloads/) |
662 | 662 | or the "C++ build tools" workload from the |
@@ -1058,4 +1058,6 @@ by opening a pull request against the registry available at
|
1058 | 1058 | |
1059 | 1059 | [AIX toolbox]: https://www.ibm.com/support/pages/aix-toolbox-open-source-software-overview |
1060 | 1060 | [Developer Mode]: https://learn.microsoft.com/en-us/windows/advanced-settings/developer-mode |
| 1061 | +[Python downloads]: https://www.python.org/downloads/ |
1061 | 1062 | [Python versions]: https://devguide.python.org/versions/ |
| 1063 | +[Using Python on Windows]: https://docs.python.org/3/using/windows.html |