- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 96字
- 2021-08-27 18:48:17
Installing the pip Python package manager
We recommend installing Matplotlib using the Python package manager pip; it resolves basic dependencies automatically. pip is installed with Python 2 >= 2.7.9 or Python 3 >= 3.4 binaries.
If pip is not installed, you may do so by downloading get-pip.py from http://bootstrap.pypa.io/get-pip.py, and running it in the console:
python3 get-pip.py
To upgrade pip to the latest version, do this:
pip3 install --upgrade pip
The documentation for pip can be found at http://pip.pypa.io.
推薦閱讀
- 數據結構和算法基礎(Java語言實現)
- Learning Selenium Testing Tools with Python
- Java技術手冊(原書第7版)
- HTML5+CSS3網站設計教程
- Kotlin Standard Library Cookbook
- PHP+MySQL網站開發項目式教程
- Mastering Apache Spark 2.x(Second Edition)
- C/C++數據結構與算法速學速用大辭典
- 小程序,巧應用:微信小程序開發實戰(第2版)
- C++語言程序設計
- Unity 5.X從入門到精通
- Python Digital Forensics Cookbook
- Mastering PowerCLI
- Python應用與實戰
- Mastering ASP.NET Core 2.0