pip3 download <path>

Download packages

Arguments

NameDescription
pathfilepaths

Options

NameDescription
-c, --constraint
  • Repeatable ♾
-r, --requirement
  • Repeatable ♾
--no-depsDon’t install package dependencies
--global-optionExtra global options to be supplied to the setup.py call before the install command
--no-binary
  • Repeatable ♾
--only-binary <arg>Do not use source packages
--prefer-binaryPrefer older binary packages over newer source packages
--src <source folder>Directory to check out editable projects into
--preInclude pre-release and development versions. By default, pip only finds stable versions
--require-hashesRequire a hash to check each requirement against, for repeatable installs
--progress-bar <arg>Specify type of progress to be displayed
--no-build-isolationDisable isolation when building a modern source distribution
--use-pep517Use PEP 517 for building source distributions
--ignore-requires-pythonIgnore the Requires-Python information
-d, --dest <dir>Require a hash to check each requirement against, for repeatable installs
--platform <platform>Only use wheels compatible with platform
--python-versionThe Python interpreter version to use for wheel and “Requires-Python” compatibility checks
--implementation <implementation>Only use wheels compatible with Python implementation
--abi <abi>Only use wheels compatible with Python abi <abi>, e.g. ‘pypy_41’
--no-cleanDon’t clean up build directories
-i, --index-url <url>Base URL of the Python Package Index
--no-indexIgnore package index (only looking at --find-links URLs instead)
--extra-index-urlExtra URLs of package indexes to use in addition to --index-url. Should follow the same rules as --index-url
-f, --find-links <url>Look for archives in the directory listing