Update Windows instructions to not install Python 3.9 (#4480)

* Update install_windows.rst

* Add more info

* Add more info pt.2
This commit is contained in:
jack1142 2020-10-14 22:35:05 +02:00 committed by GitHub
parent e1c745fe3c
commit 47c4edf335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ Installing the pre-requirements
Please install the pre-requirements using the commands listed for your operating system. Please install the pre-requirements using the commands listed for your operating system.
The pre-requirements are: 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 - Pip 18.1 or greater
- Git 2.11+ - Git 2.11+
- Java Runtime Environment 11 (for audio support) - Java Runtime Environment 11 (for audio support)

View File

@ -11,7 +11,7 @@ Installing the pre-requirements
Please install the pre-requirements by following instructions from one of the following subsections. Please install the pre-requirements by following instructions from one of the following subsections.
The pre-requirements are: 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 - Pip 18.1 or greater
- Git 2.11+ - Git 2.11+
- Java Runtime Environment 11 (for audio support) - 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')) iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
choco upgrade visualstudio2019-workload-vctools -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: For Audio support, you should also run the following command before exiting:
@ -64,7 +64,7 @@ Manually installing dependencies
* `MSVC Build tools <https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019>`_ * `MSVC Build tools <https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019>`_
* `Python 3.8.1 or greater <https://www.python.org/downloads/>`_ * `Python 3.8.1 or greater <https://www.python.org/downloads/>`_; **Python 3.9 is currently not supported!**
.. attention:: Please make sure that the box to add Python to PATH is CHECKED, otherwise .. 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. you may run into issues when trying to run Red.