diff --git a/changelog.d/3188.docs.rst b/changelog.d/3188.docs.rst new file mode 100644 index 000000000..9a9606451 --- /dev/null +++ b/changelog.d/3188.docs.rst @@ -0,0 +1 @@ +update windows docs with up to date dependency instructions diff --git a/docs/install_windows.rst b/docs/install_windows.rst index 54bc87d6f..f5dfd66c5 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -27,15 +27,30 @@ Then run each of the following commands: Set-ExecutionPolicy Bypass -Scope Process -Force iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco install git --params "/GitOnlyOnPath /WindowsTerminal" -y - choco install jre8 python -y; exit + choco install visualstudio2019-workload-vctools -y + choco install python3 --version=3.7.5 -y -From here, continue onto `installing Red `. +For Audio support, you should also run the following command before exiting: + +.. code-block:: none + + choco install adoptopenjdk11jre -y + + +From here, exit the prompt then continue onto `installing Red `. ******************************** Manually installing dependencies ******************************** -* `Python `_ - Red needs Python 3.7.0 or greater +.. attention:: There are additional configuration steps required which are + not documented for installing dependencies manually. + These dependencies are only listed seperately here for + reference purposes. + +* `MSVC Build tools `_ + +* `Python `_ - Red needs Python 3.7.2 or greater .. 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. @@ -44,9 +59,8 @@ 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 `_ - needed for Audio +* `Java `_ - needed for Audio -.. attention:: Please choose the "Windows Online" installer. .. _installing-red-windows: