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

* Update Java URL

* Update choco package as well

* Use Windows-specific URL for Python downloads

(cherry picked from commit 4348318fd1)

Co-authored-by: Ryan <git@yamikaitou.dev>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

Co-authored-by: Ryan <git@yamikaitou.dev>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-10-20 11:43:18 +02:00
committed by GitHub
parent 59c92041fc
commit 86edf0de53

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`.