pip国内镜像源的配置
pip -i http://pypi.douban.com/simple install dnspython#在当前用户主目录创建.pip文件夹 >cd ~ >mkdir .pip#在.pip目录创建并编辑pip.conf #pip安装需要使用的https加密,所以在此需要添加trusted-host [global] trusted-host = mirrors.ustc.edu.cn index-url = https://mirrors.ustc.edu.cn/pypi/web/simple
Last updated