diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index c80ba73ac..9a2375735 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -20,7 +20,7 @@ The pre-requirements are: - Python 3.8.1 or greater - Pip 18.1 or greater - Git 2.11+ - - Java Runtime Environment 11 or later (for audio support) + - Java Runtime Environment 11 (for audio support) We also recommend installing some basic compiler tools, in case our dependencies don't provide pre-built "wheels" for your architecture. diff --git a/docs/install_windows.rst b/docs/install_windows.rst index c8a1ea85a..0b902db75 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -50,16 +50,16 @@ Manually installing dependencies * `MSVC Build tools `_ -* `Python `_ - Red needs Python 3.8.1 or greater +* `Python 3.8.1 `_ - Red needs Python 3.8.1 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. -* `Git `_ +* `Git 2.11+ `_ .. 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 11 `_ - needed for Audio .. _creating-venv-windows: