美文网首页
源码安装matplotlib

源码安装matplotlib

作者: 一路向后 | 来源:发表于2020-10-21 21:36 被阅读0次

1.下载源码

$ wget https://codeload.github.com/matplotlib/matplotlib/tar.gz/v2.1.0
$ wget https://codeload.github.com/matplotlib/cycler/tar.gz/v0.10.0

2.安装cycler-0.10.0

$ pip3 install cycler-0.10.0.tar.gz

3.安装matplotlib-2.1.0

$ pip3 install matplotlib-2.1.0.tar.gz

4.查看安装列表

$ pip3 list
Package                   Version
------------------------- -------
click                     3.3
cycler                    0.10.0
Cython                    0.28
future                    0.18.2
Jinja2                    2.11.1
livereload                2.5.2
lunr                      0.5.6
Markdown                  3.2.1
MarkupSafe                0.23
matplotlib                2.1.0
mpmath                    0.19
numpy                     1.9.0
packaging                 19.2
pandas                    0.20.0
pip                       10.0.0
pyparsing                 2.0.5
PyrexWithDistutilsSupport 0.0.0
python-dateutil           2.1
pytz                      2017.2
PyYAML                    3.12
scikit-learn              0.20.0
scipy                     1.2.0
setuptools                39.0.1
six                       1.14.0
sqlparse                  0.3.0
sympy                     1.2
tornado                   6.0.4
virtualenv                16.0.0

相关文章

网友评论

      本文标题:源码安装matplotlib

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