diff --git a/docs/html/reference/pip_install.rst b/docs/html/reference/pip_install.rst index f33e27937..11e643ee7 100644 --- a/docs/html/reference/pip_install.rst +++ b/docs/html/reference/pip_install.rst @@ -158,11 +158,16 @@ The following options are supported: .. pip-requirements-file-options-ref-list:: +Please note that the above options are global options, and should be specified on their individual lines. +The options which can be applied to individual requirements are +:ref:`--install-option `, :ref:`--global-option ` and ``--hash``. + For example, to specify :ref:`--no-index ` and two :ref:`--find-links ` locations: :: +--pre --no-index --find-links /my/local/archives --find-links http://some.archives.com/archives