Python国内镜像源

国内源:

利用镜像下载库时的基本格式为:
??pip install -i 镜像源 下载库
例如:
??pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider

相关推荐