Update JDK URL and add Python version upper-bound in Windows guide (#5403)

* Update Java URL

* Update choco package as well

* Use Windows-specific URL for Python downloads

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Ryan 2021-10-20 05:41:43 -04:00 committed by GitHub
parent b64ece3ee9
commit 4348318fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ For Audio support, you should also run the following command before exiting:
.. prompt:: powershell
choco upgrade adoptopenjdk11jre -y
choco upgrade temurin11 -y
From here, exit the prompt then continue onto `creating-venv-windows`.
@ -55,7 +55,7 @@ Manually installing dependencies
* `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 - 3.9.x <https://www.python.org/downloads/windows/>`_
.. 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.
@ -64,7 +64,7 @@ Manually installing dependencies
.. attention:: Please choose the option to "Git from the command line and also from 3rd-party software" in Git's setup.
* `Java 11 <https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot>`_ - needed for Audio
* `Java 11 <https://adoptium.net/?variant=openjdk11>`_ - needed for Audio
From here, continue onto `creating-venv-windows`.