Let us walk on the 3-isogeny graph
|
Namespaces | |
namespace | constructors |
namespace | req_file |
namespace | req_install |
namespace | req_set |
namespace | req_uninstall |
Data Structures | |
class | InstallationResult |
Functions | |
Generator[Tuple[str, InstallRequirement], None, None] | _validate_requirements (List[InstallRequirement] requirements) |
List[InstallationResult] | install_given_reqs (List[InstallRequirement] requirements, Sequence[str] global_options, Optional[str] root, Optional[str] home, Optional[str] prefix, bool warn_script_location, bool use_user_site, bool pycompile) |
Variables | |
logger = logging.getLogger(__name__) | |
|
protected |
Definition at line 29 of file __init__.py.
References i.
Referenced by pip._internal.req.install_given_reqs().
List[InstallationResult] install_given_reqs | ( | List[InstallRequirement] | requirements, |
Sequence[str] | global_options, | ||
Optional[str] | root, | ||
Optional[str] | home, | ||
Optional[str] | prefix, | ||
bool | warn_script_location, | ||
bool | use_user_site, | ||
bool | pycompile | ||
) |
Install everything in the given list. (to be called after having downloaded and unpacked the packages)
Definition at line 37 of file __init__.py.
References pip._internal.req._validate_requirements(), and i.
logger = logging.getLogger(__name__) |
Definition at line 18 of file __init__.py.