remove `pip wheel` warnings due to merge of #1524

This commit is contained in:
Marcus Smith 2014-02-04 22:15:43 -08:00
parent 90d325d6ba
commit ffcd44c716
2 changed files with 0 additions and 16 deletions

View File

@ -124,15 +124,6 @@ To build wheels for your requirements and all their dependencies to a local dire
pip wheel --wheel-dir=/local/wheels -r requirements.txt
.. warning::
Currently, when ``pip wheel`` finds a wheel for one of your requirements
already on PyPI, it does not rebuild, and it does not place the file in your
wheelhouse dir. There is an issue open to change this
(https://github.com/pypa/pip/issues/1310)
And *then* to install those requirements just using your local directory of wheels (and not from PyPI):
::

View File

@ -382,13 +382,6 @@ Description
.. pip-command-description:: wheel
.. warning::
Currently, when ``pip wheel`` finds a wheel for one of your requirements
already on PyPI, it does not rebuild, and it does not place the file in your
wheelhouse dir. There is an issue open to change this
(https://github.com/pypa/pip/issues/1310)
Options
*******