Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0407877

Browse files
authored
readme: update Python manual install instructions for Windows (#3265)
1 parent 3f81949 commit 0407877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ choco install python visualstudio2022-workload-vctools -y
5555

5656
Or install and configure Python and Visual Studio tools manually:
5757

58-
* Install the current [version of Python](https://devguide.python.org/versions/) from the
59-
[Microsoft Store](https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation).
58+
* Follow the instructions in [Using Python on Windows](https://docs.python.org/3/using/windows.html) to install
59+
the current [version of Python](https://www.python.org/downloads/).
6060

6161
* Install Visual C++ Build Environment: For Visual Studio 2019 or later, use the `Desktop development with C++` workload from [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community). For a version older than Visual Studio 2019, install [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) with the `Visual C++ build tools` option.
6262

0 commit comments

Comments
 (0)