Expand codespell coverage

This commit is contained in:
Thaddeus Crews
2026-08-14 12:33:49 -05:00
parent e302d9055d
commit 74467d8c2a
7 changed files with 19 additions and 13 deletions

View File

@@ -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``).