python 安装wheel .whl文件

首先安装pip工具,pip工具安装wheel
然后可以安装 文件名.whl文件
步骤:
- cd 到 c:\python27\scripts
- pip install wheel
- pip install 路径\文件名.whl

安装完毕。

你可能感兴趣的:(python基础知识,python)