From 7c06d9a638435dfdea0e84c5c6c9dcdf74cbae2f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 17 Feb 2020 17:47:09 +0100 Subject: [PATCH] Update install_windows.rst (#3564) --- docs/install_windows.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/install_windows.rst b/docs/install_windows.rst index 5ceeedfb0..8762fbebd 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -37,7 +37,7 @@ For Audio support, you should also run the following command before exiting: choco install adoptopenjdk11jre -y -From here, exit the prompt then continue onto `installing Red `. +From here, exit the prompt then continue onto `creating-venv-windows`. ******************************** Manually installing dependencies @@ -62,7 +62,7 @@ Manually installing dependencies * `Java `_ - needed for Audio -.. _installing-red-windows: +.. _creating-venv-windows: ------------------------------ Creating a Virtual Environment @@ -98,6 +98,9 @@ And activate it with the following command:: You must activate the virtual environment with the above command every time you open a new Command Prompt to run, install or update Red. + +.. _installing-red-windows: + -------------- Installing Red --------------