跳转到主要内容

简单的轮文件安装程序

项目描述

从pip代码中提取的小型库,可轻松以编程方式安装轮文件


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)

项目详情


支持者