python安装whl包和tar.gz包

Windows:

**whl包:**
1.cmd 进 whl包目录
2.pip install **.whl
**tar.gz包:**
1.解压
2.cmd 进解压目录
3.python setup.py install
原创文章 11 获赞 1 访问量 2万+

猜你喜欢

转载自blog.csdn.net/weixin_39810091/article/details/104929277