[Docs] Add warning about PATH on Windows (#2791)

This commit is contained in:
DevilXD
2019-06-23 05:55:48 +02:00
committed by Toby Harradine
parent 0bf54fae52
commit ff894ecbe7

View File

@@ -37,15 +37,15 @@ Manually installing dependencies
* `Python <https://www.python.org/downloads/>`_ - Red needs Python 3.7.0 or greater * `Python <https://www.python.org/downloads/>`_ - Red needs Python 3.7.0 or greater
.. note:: Please make sure that the box to add Python to PATH is CHECKED, otherwise .. note:: Please make sure that the box to add Python to PATH is CHECKED, otherwise
you may run into issues when trying to run Red you may run into issues when trying to run Red.
* `Git <https://git-scm.com/download/win>`_ * `Git <https://git-scm.com/download/win>`_
.. attention:: Please choose the option to "Run Git from the Windows Command Prompt" in Git's setup .. attention:: Please choose the option to "Run Git from the Windows Command Prompt" in Git's setup.
* `Java <https://java.com/en/download/manual.jsp>`_ - needed for Audio * `Java <https://java.com/en/download/manual.jsp>`_ - needed for Audio
.. attention:: Please choose the "Windows Online" installer .. attention:: Please choose the "Windows Online" installer.
.. _installing-red-windows: .. _installing-red-windows:
@@ -53,6 +53,9 @@ Manually installing dependencies
Installing Red Installing Red
-------------- --------------
.. attention:: You may need to restart your computer after installing dependencies
for the PATH changes to take effect.
1. Open a command prompt (open Start, search for "command prompt", then click it) 1. Open a command prompt (open Start, search for "command prompt", then click it)
2. Create and activate a virtual environment (strongly recommended), see the section `using-venv` 2. Create and activate a virtual environment (strongly recommended), see the section `using-venv`
3. Run **one** of the following commands, depending on what extras you want installed 3. Run **one** of the following commands, depending on what extras you want installed