Selaa lähdekoodia

Fix instructions for installing SCons on Windows

Updated the instruction for installing SCons on Windows 10 with Python 3.10, as described in #5341
Matteo Piovanelli 3 vuotta sitten
vanhempi
commit
30943724ec
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      development/compiling/compiling_for_windows.rst

+ 7 - 1
development/compiling/compiling_for_windows.rst

@@ -49,7 +49,13 @@ Setting up SCons
 
 To install SCons open the command prompt and run the following command.
 
-``python -m pip3 install scons``
+``python -m pip install scons``
+
+In case during the installation you are prompted with the following message
+``Defaulting to user installation because normal site-packages is not 
+writeable`` you may have to run that command again using elevated
+permissions (i.e. opening the command prompt as an Administrator) to
+ensure that SCons is available from the ``PATH``.
 
 To check whether you have installed Python and SCons correctly, you can
 type ``python --version`` and ``scons --version`` into a command prompt