Skip to content

Commit

Permalink
Merge pull request #9674 from mobolic/document-that-overrides-disable…
Browse files Browse the repository at this point in the history
…-all-wheels
  • Loading branch information
pradyunsg committed Jan 31, 2022
2 parents 7b6c5c9 + 820c4f4 commit 193259d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/html/cli/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,11 @@ Per-requirement Overrides
-------------------------

Since version 7.0 pip supports controlling the command line options given to
``setup.py`` via requirements files. This disables the use of wheels (cached or
otherwise) for that package, as ``setup.py`` does not exist for wheels.
``setup.py`` via requirements files.

.. warning::

This disables the use of wheels (cached or otherwise).

The ``--global-option`` and ``--install-option`` options are used to pass
options to ``setup.py``. For example:
Expand Down
1 change: 1 addition & 0 deletions news/9674.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify that using per-requirement overrides disables the usage of wheels.

0 comments on commit 193259d

Please sign in to comment.