Updated info about pip support for url_req portion of PEP508 (#6768)

This commit is contained in:
Swat009 2019-11-18 07:15:35 +05:30 committed by Christopher Hunt
parent 717f6c90ae
commit 844fcc1cc5
2 changed files with 3 additions and 1 deletions

View File

@ -247,7 +247,8 @@ pip supports installing from a package index using a :term:`requirement
specifier <pypug:Requirement Specifier>`. Generally speaking, a requirement
specifier is composed of a project name followed by optional :term:`version
specifiers <pypug:Version Specifier>`. :pep:`508` contains a full specification
of the format of a requirement.
of the format of a requirement. Since version 18.1 pip supports the
``url_req``-form specification.
Some examples:

1
news/5860.trivial Normal file
View File

@ -0,0 +1 @@
Updated info about pip support for url_req portion of PEP508 in doc.