Caution
This API is not finalised, and may change in a patch version.
installer
#
- installer.install(source, destination, additional_metadata)#
Install wheel described by
source
intodestination
.- Parameters
source (installer.sources.WheelSource) – wheel to install.
destination (installer.destinations.WheelDestination) – where to write the wheel.
additional_metadata (Dict[str, bytes]) – additional metadata files to generate, usually generated by the installer.
- Return type
None