Skip to content

Commit bf912d5

Browse files
jugmac00webknjaz
andauthored
apply suggested improvement
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent abb7f6f commit bf912d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/tutorials/installing-packages.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ Source Distributions vs Wheels
292292
:ref:`pip` can install from either :term:`Source Distributions (sdist) <Source
293293
Distribution (or "sdist")>` or :term:`Wheels <Wheel>`, but if both are present
294294
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.
295+
pip`s default behavior by e.g. using its :ref:`--no-binary
296+
<pip:install_--no-binary>` option.
296297

297298
:term:`Wheels <Wheel>` are a pre-built :term:`distribution <Distribution
298299
Package>` format that provides faster installation compared to :term:`Source

0 commit comments

Comments
 (0)