Expand description
Takes a wheel and installs it into a venv.
Structs§
- Layout
- The layout of the target environment into which a wheel can be installed.
- Locks
- Uninstall
- Wheel
File - A parsed
WHEELfile.
Enums§
- Error
- Note: The caller is responsible for adding the path of the wheel we’re installing.
- LibKind
- Whether the wheel should be installed into the
pureliborplatlibdirectory. - Link
Mode
Functions§
- install_
wheel - Install the given wheel to the given venv
- read_
record_ file - Reads the record file https://www.python.org/dev/peps/pep-0376/#record
- uninstall_
egg - Uninstall the egg represented by the
.egg-infodirectory. - uninstall_
legacy_ editable - Uninstall the legacy editable represented by the
.egg-linkfile. - uninstall_
wheel - Uninstall the wheel represented by the given
.dist-infodirectory.