mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Fix line wrap length and add news entry
This commit is contained in:
parent
88ac529219
commit
28250baffb
2 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,8 @@ When looking at the items to be installed, pip checks what type of item
|
|||
each is, in the following order:
|
||||
|
||||
1. Project or archive URL.
|
||||
2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``, otherwise pip will report
|
||||
an error).
|
||||
2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``,
|
||||
otherwise pip will report an error).
|
||||
3. Local file (a sdist or wheel format archive, following the naming
|
||||
conventions for those formats).
|
||||
4. A requirement, as specified in :pep:`440`.
|
||||
|
|
1
news/12417.doc.rst
Normal file
1
news/12417.doc.rst
Normal file
|
@ -0,0 +1 @@
|
|||
Fix outdated pip install argument description
|
Loading…
Reference in a new issue