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

add comment about the order of requirements file preprocessing

This commit is contained in:
Marcus Smith 2015-10-03 21:30:26 -07:00
parent 91e3c13926
commit b9095440c9

View file

@ -99,6 +99,8 @@ treated as a comment.
A line ending in an unescaped ``\`` is treated as a line continuation A line ending in an unescaped ``\`` is treated as a line continuation
and the newline following it is effectively ignored. and the newline following it is effectively ignored.
Comments are stripped *before* line continuations are processed.
Additionally, the following Package Index Options are supported: Additionally, the following Package Index Options are supported:
* :ref:`-i, --index-url <--index-url>` * :ref:`-i, --index-url <--index-url>`