PHP 8.2.30
Preview: pip_wheel.rst Size: 466 B
//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

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
185 B lrw-r--r-- 2014-05-17 02:18:55
Edit Download
1.83 KB lrw-r--r-- 2014-05-17 02:19:02
Edit Download
552 B lrw-r--r-- 2014-05-17 02:19:02
Edit Download
13.46 KB lrw-r--r-- 2014-05-17 02:19:02
Edit Download
555 B lrw-r--r-- 2014-05-17 02:19:02
Edit Download
449 B lrw-r--r-- 2014-05-17 02:18:55
Edit Download
423 B lrw-r--r-- 2014-05-17 02:18:55
Edit Download
543 B lrw-r--r-- 2014-05-17 02:18:55
Edit Download
466 B lrw-r--r-- 2014-05-17 02:19:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).