summaryrefslogtreecommitdiff
path: root/docs/user_guide.rst
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-04-17 15:03:34 +1200
committerRobert Collins <rbtcollins@hp.com>2015-04-24 08:52:48 +1200
commit6aec23cafebc564922beeca9a3491ae611daa079 (patch)
treef76cfbf47612cf88e2d0758d474ff4463f5d8ec0 /docs/user_guide.rst
parent31eb67d0dc6a3d65a748f0e2bd04cf5806e3e050 (diff)
downloadpip-6aec23cafebc564922beeca9a3491ae611daa079.tar.gz
Issue #2675: Granular control over wheels/sdists
With wheel autobuilding in place a release blocker is some granular way to opt-out of wheels for known-bad packages. This patch introduces two new options: --no-binary and --only-binary to control what archives we are willing to use on both a global and per-package basis. This also closes #2084
Diffstat (limited to 'docs/user_guide.rst')
-rw-r--r--docs/user_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide.rst b/docs/user_guide.rst
index 7f22acfa9..25806a1a9 100644
--- a/docs/user_guide.rst
+++ b/docs/user_guide.rst
@@ -123,7 +123,7 @@ to building and installing from source archives. For more information, see the
`PEP425 <http://www.python.org/dev/peps/pep-0425>`_
Pip prefers Wheels where they are available. To disable this, use the
-:ref:`--no-use-wheel <install_--no-use-wheel>` flag for :ref:`pip install`.
+:ref:`--no-binary <install_--no-binary>` flag for :ref:`pip install`.
If no satisfactory wheels are found, pip will default to finding source archives.