From e4684f076aaf4fbf9e8f1d44693b13126d7b3de2 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 8 Jan 2023 17:01:23 +0100 Subject: [PATCH] Doc: remove specific Python version Avoid that user install the outdated version. --- documentation/src/install/windows.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/src/install/windows.rst b/documentation/src/install/windows.rst index 836b9e0..36cb88c 100644 --- a/documentation/src/install/windows.rst +++ b/documentation/src/install/windows.rst @@ -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