Files
heroku-buildpack-python/vendor/pip-1.5.4/docs/reference/pip_wheel.rst
T
Kenneth Reitz 3dde375d0b pip v1.5.4
2014-02-21 10:08:50 -06:00

38 lines
466 B
ReStructuredText

.. _`pip wheel`:
pip wheel
---------
.. contents::
Usage
*****
.. pip-command-usage:: wheel
Description
***********
.. pip-command-description:: wheel
Options
*******
.. pip-command-options:: wheel
.. pip-index-options::
Examples
********
1. Build wheels for a requirement (and all its dependencies), and then install
::
$ pip wheel --wheel-dir=/tmp/wheelhouse SomePackage
$ pip install --no-index --find-links=/tmp/wheelhouse SomePackage