Fix instructions for installing SCons on Windows

Updated the instruction for installing SCons on Windows 10 with Python 3.10, as described in #5341
This commit is contained in:
Matteo Piovanelli
2021-10-24 22:00:24 +02:00
committed by Hugo Locurcio
parent d63a7c6557
commit 720520c66c

View File

@@ -52,7 +52,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