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

Fix up the documentation

This commit is contained in:
Donald Stufft 2013-10-26 23:54:41 -04:00
parent dd160beb0b
commit fac6021466

View file

@ -153,14 +153,11 @@ files for all projects may be enabled using the
command.
The ``pip install`` command also supports a
:ref:`--allow-insecure PROJECT <--allow-insecure>` option that will enable
:ref:`--allow-unverified PROJECT <--allow-unverified>` option that will enable
installing insecurely linked files. These are either directly linked (as above)
files without a hash, or files that are linked from either the home page or the
download url of a package.
In order to get the future behavior in v1.4 the ``pip install`` command
supports a ``--no-allow-external`` and ``--no-allow-insecure`` flags.
.. _`VCS Support`:
VCS Support