matplotlib的下载和安装方法
?
官網:http://matplotlib.org/
Installation節
Visit the?Matplotlib installation instructions.
Installing節
If you wish to contribute to the project, it’s recommended you?install the latest development version.
Installing from source節
?Grab the latest?tar.gz?release file from?the 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
安裝完畢
?
?
也可以通過python -m pip install -U pip setuptools和python -m pip install matplotlib進行自動安裝
轉載于:https://www.cnblogs.com/Sabre/p/8007034.html
總結
以上是生活随笔為你收集整理的matplotlib的下载和安装方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Spark机器学习速成宝典】模型篇01
- 下一篇: 37.Linux驱动调试-根据oops的