diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:36:22 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:36:22 -0400 |
commit | 35657c3486bf9943c3d31ffc2e61e18cdd4b9332 (patch) | |
tree | 13ef92e33273b059bdc66792998912a2f2f9c9b1 | |
parent | dc25db5fb15a3b8e11667ee9ea8ec1457c99797f (diff) | |
download | external_python_setuptools-35657c3486bf9943c3d31ffc2e61e18cdd4b9332.tar.gz external_python_setuptools-35657c3486bf9943c3d31ffc2e61e18cdd4b9332.tar.bz2 external_python_setuptools-35657c3486bf9943c3d31ffc2e61e18cdd4b9332.zip |
Add links to Uninstalling section
-rwxr-xr-x | README.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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, |