From 47c4edf3357d00f6c9ae78f8f9f846a0fb494c38 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 14 Oct 2020 22:35:05 +0200 Subject: [PATCH] Update Windows instructions to not install Python 3.9 (#4480) * Update install_windows.rst * Add more info * Add more info pt.2 --- docs/install_linux_mac.rst | 2 +- docs/install_windows.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index 21a55619e..e4ecee458 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -17,7 +17,7 @@ Installing the pre-requirements Please install the pre-requirements using the commands listed for your operating system. The pre-requirements are: - - Python 3.8.1 or greater + - Python 3.8.1 or greater; **Python 3.9 is currently not supported!** - Pip 18.1 or greater - Git 2.11+ - Java Runtime Environment 11 (for audio support) diff --git a/docs/install_windows.rst b/docs/install_windows.rst index d464e1ec2..fc2ed4f47 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -11,7 +11,7 @@ Installing the pre-requirements Please install the pre-requirements by following instructions from one of the following subsections. The pre-requirements are: - - Python 3.8.1 or greater + - Python 3.8.1 or greater; **Python 3.9 is currently not supported!** - Pip 18.1 or greater - Git 2.11+ - Java Runtime Environment 11 (for audio support) @@ -40,7 +40,7 @@ Then run each of the following commands: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade visualstudio2019-workload-vctools -y - choco upgrade python3 -y + choco upgrade python3 -y --version 3.8.6 For Audio support, you should also run the following command before exiting: @@ -64,7 +64,7 @@ Manually installing dependencies * `MSVC Build tools `_ -* `Python 3.8.1 or greater `_ +* `Python 3.8.1 or greater `_; **Python 3.9 is currently not supported!** .. attention:: Please make sure that the box to add Python to PATH is CHECKED, otherwise you may run into issues when trying to run Red.