python学习之1.1numpy安装

  1. https://pypi.org/project/numpy/#files

  2.  

  3. .把下载好的文件放到Python安装目录中的Scripts中,然后菜单->cmd->然后输入cd 文件的目录(切换到下载文件的路径中),然后输入pip install numpy文件名.whl

  4. 把numpy导入pycharm中;首先file->setting->interpreter要选对应版本Python安装numpy之后,然后点击“+”,搜索numpy,最后点击左下角安装,完成。

  5. 安装之后如果不行,file->invalidate caches/restart,ok了

  6.  

  7.  

  8. MatPlotLib: http://matplotlib.org/downloads.html 进入页面后点击PyPI选择对应型号,点击download file,下载,进入cmd,输入“pip install XX”安装 

posted @ 2018-12-18 14:25  妳若成风  阅读(198)  评论(0)    收藏  举报