✏️ 正在编辑: pip_wheel.rst
路径:
/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
💾 保存文件
← 返回文件管理器