diff options
author | Mats Wichmann <mats@linux.com> | 2018-12-02 20:05:49 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-12-02 20:05:49 (GMT) |
commit | e0c0047fbc8d083384caeba21cc64ec17fa58a3e (patch) | |
tree | 233120942e17dc615cd22fd7e061641c9d3216f1 /doc/man | |
parent | cc5e2c91974da09c48010bdab47c47be1e8bfb52 (diff) | |
download | SCons-e0c0047fbc8d083384caeba21cc64ec17fa58a3e.zip SCons-e0c0047fbc8d083384caeba21cc64ec17fa58a3e.tar.gz SCons-e0c0047fbc8d083384caeba21cc64ec17fa58a3e.tar.bz2 |
A few more wording tweaks on scons/python install
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 9991bf2..c374fca 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 2.7 or a Python 3 version of 3.5 or higher. +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> |