Browse Source

Merge pull request #350 from ssj71/patch-1

add details to scons install path
Rémi Verschelde 8 years ago
parent
commit
0fab2eab75
1 changed files with 2 additions and 1 deletions
  1. 2 1
      reference/compiling_for_windows.rst

+ 2 - 1
reference/compiling_for_windows.rst

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