diff options
author | Mats Wichmann <mats@linux.com> | 2018-12-02 03:51:19 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-12-02 03:51:19 (GMT) |
commit | cc5e2c91974da09c48010bdab47c47be1e8bfb52 (patch) | |
tree | 9c37145d470be343012451ad878b32c34c9a47b0 /doc/man | |
parent | 55eb6f5a9f45763a29e6d711a314676a6f097140 (diff) | |
download | SCons-cc5e2c91974da09c48010bdab47c47be1e8bfb52.zip SCons-cc5e2c91974da09c48010bdab47c47be1e8bfb52.tar.gz SCons-cc5e2c91974da09c48010bdab47c47be1e8bfb52.tar.bz2 |
Update docs about installing scons3
Installing via pip now preferred; no more native-type
packages (rpm, msi). Python 3 is supported - seemed
one more place was missed that said it had to be Py2.
Signed-off-by: Mats Wichmann <mats@linux.com>
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 9b48f69..9991bf2 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 Python 2.7 or a Python 3 version of 3.5 or higher. There should be no other dependencies or requirements to run <emphasis role="bold">scons.</emphasis></para> |