python安装库
方法一
1、
打开cmd命令行(DOS)
2、
输入
pip install -i 国内源 库名
例如安装wxPython
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple wxPython
国内源
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
方法二(一劳永逸)
执行完方法二之后在上图搜索框中搜索要安装的库,然后点击 install Package即可
国内源见方法一