matplotlib的下載和安裝方法

王明輝發表於2017-12-08

 

官網: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進行自動安裝

相關文章