add details to scons install path

This commit is contained in:
ssj71
2017-03-03 11:56:46 -07:00
committed by GitHub
parent c48d860aaf
commit f0caeb9b2e

View File

@@ -26,7 +26,8 @@ Setting up SCons
Python adds the interpreter (python.exe) to the path. It usually
installs in ``C:\Python`` (or ``C:\Python[Version]``). SCons installs
inside the Python install and provides a batch file called "scons.bat".
inside the Python install (typically in the ``Scripts`` folder) and
provides a batch file called "scons.bat".
The location of this file can be added to the path or it can simply be
copied to ``C:\Python`` together with the interpreter executable.