aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-02 10:36:22 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-02 10:36:22 -0400
commit35657c3486bf9943c3d31ffc2e61e18cdd4b9332 (patch)
tree13ef92e33273b059bdc66792998912a2f2f9c9b1
parentdc25db5fb15a3b8e11667ee9ea8ec1457c99797f (diff)
downloadexternal_python_setuptools-35657c3486bf9943c3d31ffc2e61e18cdd4b9332.tar.gz
external_python_setuptools-35657c3486bf9943c3d31ffc2e61e18cdd4b9332.tar.bz2
external_python_setuptools-35657c3486bf9943c3d31ffc2e61e18cdd4b9332.zip
Add links to Uninstalling section
-rwxr-xr-xREADME.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 99dda8dc..21533716 100755
--- a/README.txt
+++ b/README.txt
@@ -13,7 +13,8 @@ Upgrading from Distribute
=========================
Currently, Distribute disallows installing Setuptools 0.7 over Distribute.
-You must first uninstall any active version of Distribute first.
+You must first uninstall any active version of Distribute first (see
+`Uninstalling`_).
Upgrading from Setuptools 0.6
=============================
@@ -30,7 +31,7 @@ file and install it for you.
.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.7b5/ez_setup.py
-For best results, uninstall previous versions FIRST.
+For best results, uninstall previous versions FIRST (see `Uninstalling`_).
Once installation is complete, you will find an ``easy_install.exe`` program in
your Python ``Scripts`` subdirectory. For simple invocation and best results,