美文网首页
2020-05-18 matplotlib的下载和安装方法

2020-05-18 matplotlib的下载和安装方法

作者: 安仔_dab9 | 来源:发表于2020-05-18 22:09 被阅读0次

matplotlib的下载和安装方法

官网:http://matplotlib.org/

address:  https://pypi.org/project/matplotlib/#files

Installation节

Visit theMatplotlib installation instructions.

Installing节

If you wish to contribute to the project, it’s recommended youinstall the latest development version.

Installing from source节

Grab the latesttar.gzrelease file fromthe PyPI files page,

出现一个大列表,是各种操作系统和各种版本的匹配,找到适合你的就好。例如,win10 64位,python 3.6.3,选matplotlib-2.1.0-cp36-cp36m-win_amd64.whl

下载之后,复制到D:\Python36\Scripts目录下,在windows命令行下,转到D:\Python36\Scripts,运行pip install matplotlib-2.1.0-cp36-cp36m-win_amd64.whl

安装完毕

相关文章

网友评论

      本文标题:2020-05-18 matplotlib的下载和安装方法

      本文链接:https://www.haomeiwen.com/subject/bzqmohtx.html