TOOL » PIP

Wheel

Usage

shell
pip wheel OPTIONS TARGET
OptionDescription
-w --wheel-dirBuild wheels into the given directory.
-r --requirementInstall from the given requirements file.
--no-depsDon’t install package dependencies.

Example

Build a wheel file from a gzipped source code.

shell
pip wheel --wheel-dir wheelhouse package.tar.gz