Skip to content

Commit

Permalink
Updated info about pip support for url_req portion of PEP508 (#6768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swat009 authored and chrahunt committed Nov 18, 2019
1 parent 717f6c9 commit 844fcc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/html/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions news/5860.trivial
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated info about pip support for url_req portion of PEP508 in doc.

0 comments on commit 844fcc1

Please sign in to comment.