We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb7f6f commit bf912d5Copy full SHA for bf912d5
1 file changed
source/tutorials/installing-packages.rst
@@ -292,7 +292,8 @@ Source Distributions vs Wheels
292
:ref:`pip` can install from either :term:`Source Distributions (sdist) <Source
293
Distribution (or "sdist")>` or :term:`Wheels <Wheel>`, but if both are present
294
on PyPI, pip will prefer a compatible :term:`wheel <Wheel>`. You can override
295
-pip`s default behavior by e.g. using its `--no-binary`_ option.
+pip`s default behavior by e.g. using its :ref:`--no-binary
296
+<pip:install_--no-binary>` option.
297
298
:term:`Wheels <Wheel>` are a pre-built :term:`distribution <Distribution
299
Package>` format that provides faster installation compared to :term:`Source
0 commit comments