Orbits
1
|
Public Member Functions | |
def | __init__ |
def | run |
Public Member Functions inherited from pip.basecommand.Command | |
def | __init__ |
def | setup_logging |
def | parse_args |
def | main |
Static Public Attributes | |
string | name = 'install' |
string | usage |
string | summary = 'Install packages.' |
bundle = False | |
Static Public Attributes inherited from pip.basecommand.Command | |
name = None | |
usage = None | |
hidden = False | |
Private Member Functions | |
def | _build_package_finder |
Additional Inherited Members | |
Public Attributes inherited from pip.basecommand.Command | |
parser | |
cmd_opts | |
Install packages from: - PyPI (and other indexes) using requirement specifiers. - VCS project urls. - Local project directories. - Local or remote source archives. pip also supports installing from "requirements files", which provide an easy way to specify a whole environment to be installed.
def pip.commands.install.InstallCommand.__init__ | ( | self, | |
args, | |||
kw | |||
) |
|
private |
Create a package finder appropriate to this install command. This method is meant to be overridden by subclasses, not called directly.
def pip.commands.install.InstallCommand.run | ( | self, | |
options, | |||
args | |||
) |
|
static |
|
static |
|
static |
|
static |
Copyright 2014 Google Inc. All rights reserved.