pycharm 安装依赖包过慢解决方法

😂 这篇文章最后更新于1305天前,您需要注意相关的内容是否还可用。

简单,在 terminal 中输入如下命令即可,例如安装 requests:

pip3 install requests  -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

其他国内源参看:https://cway.top/post/831.html