diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:12:49 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:12:49 -0400 |
| commit | 70dc35dcc21fdb1918e5562d105427aeea424c28 (patch) | |
| tree | 5cd52b5e3bd76be2ccfd698d51c12de0b2467831 /README.txt | |
| parent | 73e4762324f76746d03c89306b2b2bb7917a13a1 (diff) | |
| download | python-setuptools-git-70dc35dcc21fdb1918e5562d105427aeea424c28.tar.gz | |
Bumped to 0.9 in preparation for next release.
Diffstat (limited to 'README.txt')
| -rwxr-xr-x | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,7 +29,7 @@ The recommended way to install setuptools on Windows is to download `ez_setup.py`_ and run it. The script will download the appropriate .egg file and install it for you. -.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py +.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.9/ez_setup.py For best results, uninstall previous versions FIRST (see `Uninstalling`_). @@ -45,7 +45,7 @@ Unix-based Systems including Mac OS X Download `ez_setup.py`_ and run it using the target Python version. The script will download the appropriate version and install it for you:: - > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python + > wget https://bitbucket.org/pypa/setuptools/raw/0.9/ez_setup.py -O - | python Note that you will may need to invoke the command with superuser privileges to install to the system Python. @@ -53,7 +53,7 @@ install to the system Python. Alternatively, on Python 2.6 and later, Setuptools may be installed to a user-local path:: - > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py + > wget https://bitbucket.org/pypa/setuptools/raw/0.9/ez_setup.py > python ez_setup.py --user @@ -66,7 +66,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-0.8$ python setup.py --prefix=/opt/setuptools + setuptools-0.9$ python setup.py --prefix=/opt/setuptools Use ``--help`` to get a full options list, but we recommend consulting the `EasyInstall manual`_ for detailed instructions, especially `the section |
