diff --git a/docs/install_guides/windows.rst b/docs/install_guides/windows.rst index 6d5de5efe..98410b0ef 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -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 `_ -* `Python 3.8.1 or greater `_ +* `Python 3.8.1 - 3.9.x `_ .. 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 `_ - needed for Audio +* `Java 11 `_ - needed for Audio From here, continue onto `creating-venv-windows`.