Skip to content

Commit

Permalink
Merge pull request #12417 from xqm32/fix-outdated-pip-install
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored Nov 28, 2023
2 parents 2a0acb5 + d8ab6dc commit a15dd75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/html/cli/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``setup.py``, or 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`.
Expand Down
1 change: 1 addition & 0 deletions news/12417.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix outdated pip install argument description in documentation.

0 comments on commit a15dd75

Please sign in to comment.