美文网首页
Python pip

Python pip

作者: dragon海鸟 | 来源:发表于2020-06-01 23:24 被阅读0次

pip镜像设置为清华大学开源软件镜像站(Mac)

~/.pip/pip.conf

打开pip.conf文件,默认如一下代码

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com

更改index-url

index-url = https://pypi.tuna.tsinghua.edu.cn/simple

安装库

pip install Flask

相关文章

网友评论

      本文标题:Python pip

      本文链接:https://www.haomeiwen.com/subject/rmifmctx.html