Skip to main content

A simple wheel file installer

Project description

Small library extracted from pip code to easily install wheel files programatically


from cric import install_wheel

scheme = {
'lib': '/some/path',
'platlib': '/some/path',
}

install_wheel('/home/user/pip-9.0.1-py2.py3-any-none.whl', scheme)

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page