diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-12-17 19:31:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 19:31:37 (GMT) |
commit | 4daeb49e6ee69ffd8e3d1228da9df80a9c6954ce (patch) | |
tree | 8214e25c22787bb078de23af9ec5e8c1bbea58a3 /doc/man | |
parent | 28ad2f71fddddb6522ce2ff6505bfbfb1d1c265b (diff) | |
parent | 99aa546debed935defa445a53281e24fa607795e (diff) | |
download | SCons-4daeb49e6ee69ffd8e3d1228da9df80a9c6954ce.zip SCons-4daeb49e6ee69ffd8e3d1228da9df80a9c6954ce.tar.gz SCons-4daeb49e6ee69ffd8e3d1228da9df80a9c6954ce.tar.bz2 |
Merge pull request #3249 from mwichmann/doc-install-update
Update docs about installing scons3 (issue #3037)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 4dad2fd..f61c491 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -429,7 +429,7 @@ try to access a list member that does not exist.</para> <para><command>scons</command> -requires Python version 2.7 or later. +requires either Python 2.7 or Python 3.5 or higher. There should be no other dependencies or requirements to run <emphasis role="bold">scons.</emphasis></para> |