diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 16:15:34 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 16:15:34 -0500 |
commit | 16b2bc31e07f8fa14d27bc504dc0bbc73da900be (patch) | |
tree | b397bebff8efd8dfef2024a4c534054a42cc6fd6 | |
parent | 1e5582e523ce94c205884548ef200ea3a29aff13 (diff) | |
download | external_python_setuptools-16b2bc31e07f8fa14d27bc504dc0bbc73da900be.tar.gz external_python_setuptools-16b2bc31e07f8fa14d27bc504dc0bbc73da900be.tar.bz2 external_python_setuptools-16b2bc31e07f8fa14d27bc504dc0bbc73da900be.zip |
Update version to indicate a range of versions when discussing upgrade from Distribute
-rwxr-xr-x | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`_). |