File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,6 @@ 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
-
136
127
And *then * to install those requirements just using your local directory of wheels (and not from PyPI):
137
128
138
129
::
Original file line number Diff line number Diff line change @@ -382,13 +382,6 @@ 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
386
Options
394
387
*******
You can’t perform that action at this time.
0 commit comments