编程语言
首页 > 编程语言> > Python 包文件安装

Python 包文件安装

作者:互联网

 

 

 

 

https://pypi.tuna.tsinghua.edu.cn/simple/ 清华源

https://pypi.doubanio.com/simple/ 豆瓣源

pip install -i https://pypi.doubanio.com/simple/ xxx 使用例子

 

 

 

包卸载 

pip uninstall xxx

标签:文件,Python,com,xxx,pypi,simple,doubanio,https,安装
来源: https://www.cnblogs.com/whatarey/p/11563623.html