Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/opt/alt/python33/share/doc/alt-python33-pip/docs/reference/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/opt/alt/python33/share/doc/alt-python33-pip/docs/reference/pip_wheel.rst

.. _`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

Hacked By AnonymousFox1.0, Coded By AnonymousFox