Fix outdated pip install argument description

This commit is contained in:
Qiming Xu 2023-11-28 13:15:31 +08:00 committed by GitHub
parent 2a0acb595c
commit 88ac529219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ 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
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).