pub fn install_wheel_in_venv(
    wheel: &Path,
    venv: &Path,
    interpreter: &Path,
    major: u8,
    minor: u8
) -> Result<String, Error>
Expand description

High level API: Install a wheel in a virtualenv

Returns the tag of the wheel