Skip to content

Commit 88ac529

Browse files
authored
Fix outdated pip install argument description
1 parent 2a0acb5 commit 88ac529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/cli/pip_install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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
48+
2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``, otherwise pip will report
4949
an error).
5050
3. Local file (a sdist or wheel format archive, following the naming
5151
conventions for those formats).

0 commit comments

Comments
 (0)