diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2016-08-29 10:28:29 +0200 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2016-08-29 10:28:29 +0200 |
commit | a3a7cac18c91f953957cb5fa440f203ed1f2b5fd (patch) | |
tree | 52532f4d814e9c80218a11965e568c0ef37f384f /setuptools/command/easy_install.py | |
parent | f455ee4f5881fa549c2dc864efc9848e170de6ef (diff) | |
download | external_python_setuptools-a3a7cac18c91f953957cb5fa440f203ed1f2b5fd.tar.gz external_python_setuptools-a3a7cac18c91f953957cb5fa440f203ed1f2b5fd.tar.bz2 external_python_setuptools-a3a7cac18c91f953957cb5fa440f203ed1f2b5fd.zip |
easy_install: update links to documentation
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-x | setuptools/command/easy_install.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 5065661f..e8b90c70 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -8,7 +8,7 @@ A tool for doing automatic download/extract/build of distutils-based Python packages. For detailed documentation, see the accompanying EasyInstall.txt file, or visit the `EasyInstall home page`__. -__ https://pythonhosted.org/setuptools/easy_install.html +__ https://setuptools.readthedocs.io/en/latest/easy_install.html """ @@ -512,7 +512,7 @@ class easy_install(Command): For information on other options, you may wish to consult the documentation at: - https://pythonhosted.org/setuptools/easy_install.html + https://setuptools.readthedocs.io/en/latest/easy_install.html Please make the appropriate changes for your system and try again. """).lstrip() @@ -1256,7 +1256,8 @@ class easy_install(Command): * You can set up the installation directory to support ".pth" files by using one of the approaches described here: - https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations + https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations + Please make the appropriate changes for your system and try again.""").lstrip() |