Skip to content

Commit e83ed83

Browse files
authored
Merge pull request #10638 from layday/update-extras-doc
2 parents c99e912 + 844456e commit e83ed83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/html/cli/pip_install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Examples
672672
py -m pip install -e git+https://git.repo/some_pkg.git@feature#egg=SomePackage # from 'feature' branch
673673
py -m pip install -e "git+https://git.repo/some_repo.git#egg=subdir&subdirectory=subdir_path" # install a python package from a repo subdirectory
674674
675-
#. Install a package with `setuptools extras`_.
675+
#. Install a package with `extras`_.
676676

677677
.. tab:: Unix/macOS
678678

@@ -836,5 +836,5 @@ Examples
836836
.. [1] This is true with the exception that pip v7.0 and v7.0.1 required quotes
837837
around specifiers containing environment markers in requirement files.
838838
839-
.. _setuptools extras: https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies
839+
.. _extras: https://www.python.org/dev/peps/pep-0508/#extras
840840
.. _PyPI: https://pypi.org/

news/637C2644-8B0F-4383-ADF2-9B5F4CA0A8DB.trivial.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)