diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-17 16:27:21 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-17 16:27:21 (GMT) |
commit | f524ceca04f12a1186e6c003281197ef77dc397c (patch) | |
tree | a0a013adf1165f9ace6e1d3121821ddb85f9f5a3 /src/README.txt | |
parent | 2c6e8c67b164bd354d5f34c4b260ef0ca6c6c473 (diff) | |
download | SCons-f524ceca04f12a1186e6c003281197ef77dc397c.zip SCons-f524ceca04f12a1186e6c003281197ef77dc397c.tar.gz SCons-f524ceca04f12a1186e6c003281197ef77dc397c.tar.bz2 |
Fix setup.py so it doesn't require an argument.
Diffstat (limited to 'src/README.txt')
-rw-r--r-- | src/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.txt b/src/README.txt index 8bb1df4..e8aaf55 100644 --- a/src/README.txt +++ b/src/README.txt @@ -33,7 +33,7 @@ INSTALLATION To install this package, simply run the provided Python-standard setup script as follows: - # python setup.py + # python setup.py install This will install the scons script in the default script directory (/usr/bin or C:\Python*\Scripts, for example) and the build engine in an |