1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

links to "Easy Install" docs.

This commit is contained in:
Marcus Smith 2013-02-22 15:22:37 -08:00
parent d40645c702
commit 1162b1ca73
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ Often this requires the installation to be performed as root.
.. warning::
We advise against using easy_install to install pip, because easy_install
We advise against using `easy_install <http://pythonhosted.org/distribute/easy_install.html>`_ to install pip, because easy_install
does not download from PyPI over SSL, so the installation might be insecure.
Since pip can then be used to install packages (which execute code on
your computer), it is better to go through a trusted path.

View file

@ -177,7 +177,7 @@ Installing the SSL Backport
.. warning::
We advise against using ``pip`` itself to install the ssl backport, because it won't be secure
until *after* installing ssl. Likewise, ``easy_install`` is not advised, because it
until *after* installing ssl. Likewise, `easy_install <http://pythonhosted.org/distribute/easy_install.html>`_ is not advised, because it
does not currently support ssl.

View file

@ -21,7 +21,7 @@ and to bail if not, use::
easy_install
------------
pip was originally written to improve on easy_install in the following ways:
pip was originally written to improve on `easy_install <http://pythonhosted.org/distribute/easy_install.html>`_ in the following ways:
* All packages are downloaded before installation. Partially-completed
installation doesn't occur as a result.