pycharm从本地离线添加模块
Posted 欢乐的企鹅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pycharm从本地离线添加模块相关的知识,希望对你有一定的参考价值。
https://www.cnblogs.com/zhuge134/p/10878715.html
pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install seaborn scipy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
安装非常快哦
以上是关于pycharm从本地离线添加模块的主要内容,如果未能解决你的问题,请参考以下文章