- 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.
推薦閱讀
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- Python Deep Learning
- Java程序設(shè)計與計算思維
- INSTANT Passbook App Development for iOS How-to
- Python機器學(xué)習(xí)之金融風(fēng)險管理
- Python期貨量化交易實戰(zhàn)
- TypeScript 2.x By Example
- OpenCV 3.0 Computer Vision with Java
- 大學(xué)計算機應(yīng)用基礎(chǔ)(Windows 7+Office 2010)(IC3)
- Xamarin Cross-Platform Development Cookbook
- Python面向?qū)ο缶幊蹋ǖ?版)
- 面向?qū)ο蠓治雠c設(shè)計(第3版)
- Visual FoxPro程序設(shè)計
- Mastering Android NDK
- Procedural Content Generation for Unity Game Development