File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -205,8 +205,11 @@ Per-requirement Overrides
205
205
-------------------------
206
206
207
207
Since version 7.0 pip supports controlling the command line options given to
208
- ``setup.py `` via requirements files. This disables the use of wheels (cached or
209
- otherwise) for that package, as ``setup.py `` does not exist for wheels.
208
+ ``setup.py `` via requirements files.
209
+
210
+ .. warning ::
211
+
212
+ This disables the use of wheels (cached or otherwise).
210
213
211
214
The ``--global-option `` and ``--install-option `` options are used to pass
212
215
options to ``setup.py ``. For example:
Original file line number Diff line number Diff line change
1
+ Clarify that using per-requirement overrides disables the usage of wheels.
You can’t perform that action at this time.
0 commit comments