File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,15 @@ To build wheels for your requirements and all their dependencies to a local dire
124
124
pip wheel --wheel-dir=/local/wheels -r requirements.txt
125
125
126
126
127
+ .. warning ::
128
+
129
+ Currently, when ``pip wheel `` finds a wheel for one of your requirements
130
+ already on PyPI, it does not rebuild, and it does not place the file in your
131
+ wheelhouse dir. There is an issue open to change this
132
+ (https://github.com/pypa/pip/issues/1310)
133
+
134
+
135
+
127
136
And *then * to install those requirements just using your local directory of wheels (and not from PyPI):
128
137
129
138
::
Original file line number Diff line number Diff line change @@ -382,6 +382,14 @@ Description
382
382
383
383
.. pip-command-description :: wheel
384
384
385
+ .. warning ::
386
+
387
+ Currently, when ``pip wheel `` finds a wheel for one of your requirements
388
+ already on PyPI, it does not rebuild, and it does not place the file in your
389
+ wheelhouse dir. There is an issue open to change this
390
+ (https://github.com/pypa/pip/issues/1310)
391
+
392
+
385
393
Options
386
394
*******
387
395
You can’t perform that action at this time.
0 commit comments