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

2020-05-18  本文已影响0人  安仔_dab9

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

安装完毕

上一篇下一篇

猜你喜欢

热点阅读