- 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.
推薦閱讀
- Extending Jenkins
- SoapUI Cookbook
- 工程軟件開發技術基礎
- MATLAB 2020 從入門到精通
- Production Ready OpenStack:Recipes for Successful Environments
- React.js Essentials
- 快速入門與進階:Creo 4·0全實例精講
- Android應用開發深入學習實錄
- Machine Learning for OpenCV
- 奔跑吧 Linux內核
- OpenCV Android開發實戰
- Learning Unreal Engine Game Development
- Java EE輕量級解決方案:S2SH
- C語言王者歸來
- MySQL核心技術與最佳實踐