- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 104字
- 2021-07-02 21:09:35
Installing packages with pip
In this section, we'll take a look at using Python's package manager to install and manage third-party code, and now, it's back to the operating system command line for us. We'll see how to easily install third-party code from the Python Package Index.
While Python comes with batteries included, that is, the Python standard library that's already installed contains a wide range of very useful features, there's still plenty of things it doesn't do. Odds are though that somebody somewhere has already invented the wheel for us and if so, we can probably find it in the Python Package Index.
推薦閱讀
- Python編程自學手冊
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Mastering Entity Framework
- AIRAndroid應用開發實戰
- Java Web及其框架技術
- ADI DSP應用技術集錦
- Drupal 8 Configuration Management
- Instant Debian:Build a Web Server
- scikit-learn Cookbook(Second Edition)
- Learning C++ by Creating Games with UE4
- Drupal Search Engine Optimization
- Python物理建模初學者指南(第2版)
- Java從入門到精通(視頻實戰版)
- Visual FoxPro數據庫程序設計
- Learning GraphQL and Relay