mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
Expand codespell coverage
This commit is contained in:
@@ -89,12 +89,16 @@ To install SCons, open the command prompt and run the following command:
|
||||
|
||||
python -m pip install scons
|
||||
|
||||
.. codespell:ignore-begin writeable
|
||||
|
||||
If you are prompted with the message
|
||||
``Defaulting to user installation because normal site-packages is not
|
||||
writeable``, you may have to run that command again using elevated
|
||||
permissions. Open a new command prompt as an Administrator then run the command
|
||||
again to ensure that SCons is available from the ``PATH``.
|
||||
|
||||
.. codespell:ignore-end
|
||||
|
||||
To check whether you have installed Python and SCons correctly, you can
|
||||
type ``python --version`` and ``scons --version`` into a command prompt
|
||||
(``cmd.exe``).
|
||||
|
||||
Reference in New Issue
Block a user