3
Q'íc ã @ s d dl mZ d dlZd dlZd dlmZ d dlmZ d dlm Z d dl
mZ d dlm
Z
d dlmZmZ d d lmZ d d
lmZ ejeZG dd deZdS )
é )Úabsolute_importN)ÚCommandError)Ú
FormatControl)ÚRequirementSet)ÚRequirementCommand)Ú
cmdoptions)Ú
ensure_dirÚnormalize_path)ÚBuildDirectory)Úcheck_path_ownerc s4 e Zd ZdZdZdZdZ fddZdd Z Z S ) ÚDownloadCommandaL
Download packages from:
- PyPI (and other indexes) using requirement specifiers.
- VCS project urls.
- Local project directories.
- Local or remote source archives.
pip also supports downloading from "requirements files", which provide
an easy way to specify a whole environment to be downloaded.
Údownloada%
%prog [options] <requirement specifier> [package-index-options] ...
%prog [options] -r <requirements file> [package-index-options] ...
%prog [options] [-e] <vcs project url> ...
%prog [options] [-e] <local project path> ...
%prog [options] <archive url/path> ...zDownload packages.c