Python教程

python安装numpy&安装matplotlib& scipy的教程

本文主要是介绍python安装numpy&安装matplotlib& scipy的教程,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

numpy安装

下载地址:https://pypi.python.org/pypi/numpy(各取所需)

copy安装目录。eg:鄙人的D:\python3.6.1\Scripts

pip install :eg: win+R ----->  CMD ---->    pip install D:\python3.6.1\Scripts\numpy-1.13.0rc2-cp36-none-win_amd64.whl

安装成功:

同理:

安装matplotlib

安装scipy

以上这篇python安装numpy&安装matplotlib& scipy的教程就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持找一找教程网。

这篇关于python安装numpy&安装matplotlib& scipy的教程的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!