diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
| commit | 87818a14ed9897a88737f287b634191337a2ed2a (patch) | |
| tree | 4692fc0129dec2801e46394e396e259d8b179263 /README.txt | |
| parent | fa3e4622dfdce9b43ddb0a61a6714f047c31a28b (diff) | |
| download | python-setuptools-git-87818a14ed9897a88737f287b634191337a2ed2a.tar.gz | |
Bumped to 0.7 in preparation for next release.0.7
Diffstat (limited to 'README.txt')
| -rwxr-xr-x | README.txt | 6 |
1 files changed, 3 insertions, 3 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.7b5/ez_setup.py +.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.7/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.7b5/ez_setup.py -O - | python + > wget https://bitbucket.org/pypa/setuptools/raw/0.7/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.7b5/ez_setup.py + > wget https://bitbucket.org/pypa/setuptools/raw/0.7/ez_setup.py > python ez_setup.py --user |
