diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-07 07:23:37 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-07 07:23:37 -0400 |
commit | 82cff1a329896a88f3ee53a9303c295efc99206e (patch) | |
tree | 5da3ade8da7707633f6f4115138a1383e8d04838 | |
parent | b0126d08b69e1eb9e238db49767e2120f6079a12 (diff) | |
download | external_python_setuptools-82cff1a329896a88f3ee53a9303c295efc99206e.tar.gz external_python_setuptools-82cff1a329896a88f3ee53a9303c295efc99206e.tar.bz2 external_python_setuptools-82cff1a329896a88f3ee53a9303c295efc99206e.zip |
Updated more references to EasyInstall documentation.
-rw-r--r-- | docs/setuptools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index bd80b960..dfa9ecdd 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -20,7 +20,7 @@ package from source and doesn't have a suitable version already installed. Feature Highlights: * Automatically find/download/install/upgrade dependencies at build time using - the `EasyInstall tool <http://peak.telecommunity.com/DevCenter/EasyInstall>`_, + the `EasyInstall tool <easy_install.html>`_, which supports downloading via HTTP, FTP, Subversion, and SourceForge, and automatically scans web pages linked from PyPI to find download links. (It's the closest thing to CPAN currently available for Python.) @@ -1947,7 +1947,7 @@ them in a ``[develop]`` section or on the command line. ============================================ This command runs the `EasyInstall tool -<http://peak.telecommunity.com/DevCenter/EasyInstall>`_ for you. It is exactly +<easy_install.html>`_ for you. It is exactly equivalent to running the ``easy_install`` command. All command line arguments following this command are consumed and not processed further by the distutils, so this must be the last command listed on the command line. Please see |