Doc: remove specific Python version

Avoid that user install the outdated version.
This commit is contained in:
Rotzbua 2023-01-08 17:01:23 +01:00 committed by Florian Festi
parent a091fc25f5
commit e4684f076a
1 changed files with 5 additions and 3 deletions

View File

@ -9,17 +9,19 @@ instructions please open a ticket on GitHub.
Native
------
Following steps are known to work under Windows 10 (64-bit):
Following steps are known to work under Windows 10/11 (64-bit):
1. Go to https://www.python.org/downloads/windows/
and download the "Windows x86-64 executable installer" for Python 3.7
and download the current stable "Windows x86-64 executable installer"
for Python 3.
When this guide was written, Python 3.7 was the current version.
.. figure:: windows_browser_download_python.png
:scale: 50%
:alt: Screenshot of python.org with download of Python 3.7 (64-bit)
:align: center
2. Install Python 3.7 and make sure to check "Add Python 3.7 to PATH"
2. Install Python 3 and make sure to check "Add Python 3.X to PATH"
while doing so
.. figure:: windows_install_python_path.png