summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-01-19 19:02:33 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-01-19 19:02:33 -0500
commit069e083b8284beb973cdd5c73b8f9c863b9a2896 (patch)
tree20f465ed284ca03a0f34339567ccdee9d31e24ec /README.txt
parente5adf9802c3be88806e8019fce51b0538a80a4b2 (diff)
downloadpython-setuptools-bitbucket-069e083b8284beb973cdd5c73b8f9c863b9a2896.tar.gz
Correct usage in README. Fixes #136
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index ed1b41d4..6079c2e5 100755
--- a/README.txt
+++ b/README.txt
@@ -76,7 +76,7 @@ tarball from `Setuptools on PyPI <https://pypi.python.org/pypi/setuptools>`_
and run setup.py with any supported distutils and Setuptools options.
For example::
- setuptools-x.x$ python setup.py --prefix=/opt/setuptools
+ setuptools-x.x$ python setup.py install --prefix=/opt/setuptools
Use ``--help`` to get a full options list, but we recommend consulting
the `EasyInstall manual`_ for detailed instructions, especially `the section