diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-01-19 19:02:33 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-01-19 19:02:33 -0500 |
commit | 1f261491243925164a2ff93be8a2e5c61b23a1e2 (patch) | |
tree | 9b04b02117fafa6958d680717570bb89034b4c36 | |
parent | db9f0ca1c7741653a7b5ba538672172edf116876 (diff) | |
download | external_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-x | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |