📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:01:52
📂
/ (Root)
/
opt
/
alt
/
python33
/
share
/
doc
/
alt-python33-pip
/
docs
/
reference
📍 /opt/alt/python33/share/doc/alt-python33-pip/docs/reference
🔄 Refresh
✏️
Editing: pip_wheel.rst
Read Only
.. _`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
💾 Save Changes
❌ Cancel