From b7a142c21e891df676baef2210d11e353e52b2a0 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 30 Mar 2020 10:00:01 +0200 Subject: [PATCH] Include versions for pre-requirements in Windows install guide (#3708) * Update install_windows.rst * Update install_linux_mac.rst --- docs/install_linux_mac.rst | 2 +- docs/install_windows.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: