diff --git a/Docs/src/build.but b/Docs/src/build.but index d1a4cf5102..5de856a733 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -9,7 +9,7 @@ The official release is built with MSVC6 \W{http://web.archive.org/web/200605091 Source code is available in \W{http://nsis.svn.sourceforge.net/viewvc/nsis/}{SVN} and as a separate package with every \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{NSIS distribution}. -To build NSIS, \W{http://www.python.org/}{Python} and \W{http://www.scons.org/}{SCons} must be installed. Currently, the supported version of SCons is version 1.2.0 and above. Any version of Python above 1.6 is supported. +To build NSIS, \W{http://www.python.org/}{Python} and \W{http://www.scons.org/}{SCons} must be installed. Currently, the supported version of SCons is version 1.2.0 and above. Any version of Python above 2.6 is supported. NSIS uses the \W{http://zlib.net}{zlib} compression library. As a consequence the header and library files of zlib must be installed. diff --git a/INSTALL b/INSTALL index 5d79fdb930..f02287011c 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation. - Requirements - * Python version 1.6 and above (http://www.python.org/) + * Python version 2.7 and above (http://www.python.org/) * SCons version 1.2.0 and above (http://www.scons.org/) * zlib version 1.2.3 and above (http://www.zlib.net/) * C compiler