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

Merge pull request #1848 from daviewales/clarify-documentation

Clarify requirement specifier format
This commit is contained in:
Donald Stufft 2014-06-25 23:47:14 -04:00
commit bb6c11ed17

View file

@ -76,8 +76,9 @@ Some Examples:
.. note::
Use single or double quotes around specifiers to avoid ``>`` and ``<`` being
Use single or double quotes around specifiers when using them in a shell to avoid ``>`` and ``<`` being
interpreted as shell redirects. e.g. ``pip install 'FooProject>=1.2'``.
Don't use single or double quotes in a ``requirements.txt`` file.