pycharm一键安装各种第三方库 豆瓣镜像

打开pycharm的terminal终端,输入:pip install --index-url https://pypi.douban.com/simple wordcloud

参考博文:https://blog.csdn.net/magic_Isaac/article/details/104235185

Numpy库: pip install numpy -i https://pypi.douban.com/simple

其他库利用同样的方法:

pip install lib_name -i https://pypi.douban.com/simple

 

你可能感兴趣的:(pycharm一键安装各种第三方库 豆瓣镜像)