From 1e5582e523ce94c205884548ef200ea3a29aff13 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 18 Jun 2013 16:07:13 -0500 Subject: Bumped to 0.7.4 in preparation for next release. --- README.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 23627e66..f9270e93 100755 --- a/README.txt +++ b/README.txt @@ -12,7 +12,7 @@ Installation Instructions Upgrading from Distribute ========================= -Currently, Distribute disallows installing Setuptools 0.7.3 over Distribute. +Currently, Distribute disallows installing Setuptools 0.7.4 over Distribute. You must first uninstall any active version of Distribute first (see `Uninstalling`_). @@ -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.7.3/ez_setup.py +.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.7.4/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.7.3/ez_setup.py -O - | python + > wget https://bitbucket.org/pypa/setuptools/raw/0.7.4/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.7.3/ez_setup.py + > wget https://bitbucket.org/pypa/setuptools/raw/0.7.4/ez_setup.py > python ez_setup.py --user @@ -66,7 +66,7 @@ tarball from `Setuptools on PyPI `_ and run setup.py with any supported distutils and Setuptools options. For example:: - setuptools-0.7.3$ python setup.py --prefix=/opt/setuptools + setuptools-0.7.4$ 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 -- cgit v1.2.1 From 16b2bc31e07f8fa14d27bc504dc0bbc73da900be Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 18 Jun 2013 16:15:34 -0500 Subject: Update version to indicate a range of versions when discussing upgrade from Distribute --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index f9270e93..19b7c471 100755 --- a/README.txt +++ b/README.txt @@ -12,7 +12,7 @@ Installation Instructions Upgrading from Distribute ========================= -Currently, Distribute disallows installing Setuptools 0.7.4 over Distribute. +Currently, Distribute disallows installing Setuptools 0.7+ over Distribute. You must first uninstall any active version of Distribute first (see `Uninstalling`_). -- cgit v1.2.1