- 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.
推薦閱讀
- Getting Started with React
- Redis Applied Design Patterns
- Visual FoxPro程序設計教程(第3版)
- R語言編程指南
- Learning Informatica PowerCenter 10.x(Second Edition)
- 焊接機器人系統操作、編程與維護
- MySQL入門很輕松(微課超值版)
- RubyMotion iOS Develoment Essentials
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Arduino機器人系統設計及開發
- Mastering Object:Oriented Python(Second Edition)
- 基于JavaScript的WebGIS開發
- 微信公眾平臺開發最佳實踐
- 深入理解MySQL主從原理
- Learning IBM Bluemix