From f0caeb9b2e17b71c77eca5ffcbbfc1196e205b91 Mon Sep 17 00:00:00 2001 From: ssj71 Date: Fri, 3 Mar 2017 11:56:46 -0700 Subject: [PATCH] add details to scons install path --- reference/compiling_for_windows.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/compiling_for_windows.rst b/reference/compiling_for_windows.rst index e9ef8aafb..f97733a14 100644 --- a/reference/compiling_for_windows.rst +++ b/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.