We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a193a2 + 6d58944 commit 072c72cCopy full SHA for 072c72c
1 file changed
source/tutorials/installing-packages.rst
@@ -291,7 +291,9 @@ Source Distributions vs Wheels
291
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>`.
+on PyPI, pip will prefer a compatible :term:`wheel <Wheel>`. You can override
295
+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