- Matplotlib 2.x By Example
- Allen Yu Claire Chung Aldrin Yim
- 81字
- 2021-07-02 19:34:30
Installing the pip Python package manager
pip is installed with Python 2>=2.7.9 or Python 3>=3.4 binaries, but you will need to upgrade pip.
For the first time, you may do so by downloading get-pip.py from http://bootstrap.pypa.io/get-pip.py.
Then run this in the terminal:
python3 get-pip.py
You can then type pip3 to run pip in the terminal.
After pip is installed, you may upgrade it by this command:
pip3 install –upgrade pip
The documentation of pip can be found at http://pip.pypa.io.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Java范例大全
- 小程序實戰視頻課:微信小程序開發全案精講
- Python數據分析基礎
- 3D少兒游戲編程(原書第2版)
- Protocol-Oriented Programming with Swift
- Test-Driven Machine Learning
- Java Fundamentals
- 精通MySQL 8(視頻教學版)
- Shopify Application Development
- Google Adsense優化實戰
- Python計算機視覺與深度學習實戰
- Unity 5 Game Optimization
- C#網絡程序開發(第二版)
- Kubernetes進階實戰(第2版)