Skip to content

Commit a15dd75

Browse files
authored
Merge pull request #12417 from xqm32/fix-outdated-pip-install
2 parents 2a0acb5 + d8ab6dc commit a15dd75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/html/cli/pip_install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ When looking at the items to be installed, pip checks what type of item
4545
each is, in the following order:
4646

4747
1. Project or archive URL.
48-
2. Local directory (which must contain a ``setup.py``, or pip will report
49-
an error).
48+
2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``,
49+
otherwise pip will report an error).
5050
3. Local file (a sdist or wheel format archive, following the naming
5151
conventions for those formats).
5252
4. A requirement, as specified in :pep:`440`.

news/12417.doc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix outdated pip install argument description in documentation.

0 commit comments

Comments
 (0)