TOOL » PIP

Download

Usage

Download packages from PyPI, VCS project urls, local or remote source archives.

shell
pip download OPTIONS TARGET
OptionDescription
--only-binaryDo not use source packages.
--implementationOnly use wheels compatible with Python implementation. e.g. py cp

Examples

Download wheel file from a package.

shell
pip download --only-binary=:all: --implementation py package

Download in any format (if wheel file is required, use pip wheel or build from source).

shell
pip download package