We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dependency-specifiers
1 parent ece6b79 commit 21c754cCopy full SHA for 21c754c
source/glossary.rst
@@ -209,8 +209,8 @@ Glossary
209
Requirement Specifier
210
211
A format used by :ref:`pip` to install packages from a :term:`Package
212
- Index`. For an EBNF diagram of the format, see `PEP 508
213
- <https://peps.python.org/pep-0508/>`_. For example, "foo>=1.3" is a
+ Index`. For an EBNF diagram of the format, see :ref:`dependency-specifiers`.
+ For example, "foo>=1.3" is a
214
requirement specifier, where "foo" is the project name, and the ">=1.3"
215
portion is the :term:`Version Specifier`
216
0 commit comments