aboutsummaryrefslogtreecommitdiffstats
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
commit1f261491243925164a2ff93be8a2e5c61b23a1e2 (patch)
tree9b04b02117fafa6958d680717570bb89034b4c36
parentdb9f0ca1c7741653a7b5ba538672172edf116876 (diff)
downloadexternal_python_setuptools-1f261491243925164a2ff93be8a2e5c61b23a1e2.tar.gz
external_python_setuptools-1f261491243925164a2ff93be8a2e5c61b23a1e2.tar.bz2
external_python_setuptools-1f261491243925164a2ff93be8a2e5c61b23a1e2.zip
Correct usage in README. Fixes #136
--HG-- extra : rebase_source : f3c2a273556a2236d251c3d6ae49d96170b2db24
-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