Python 国内常用python模块下载地址
国内常用python模块下载地址
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
Python官方模块下载地址
python官方:https://pypi.python.org/simple
下载模块的方法
打开网址后,在地址栏中的地址后加上需要的模块名即可。
比如需要下载模块matplotlib,在浏览器中输入:https://pypi.tuna.tsinghua.edu.cn/simple/matplotlib 即可。
本文来自博客园,作者:业余砖家,转载请注明原文链接:https://www.cnblogs.com/yeyuzhuanjia/p/16547367.html