- 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.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- DevOps with Kubernetes
- Cocos2D-X權威指南(第2版)
- Learn to Create WordPress Themes by Building 5 Projects
- Access 數據庫應用教程
- Learning Data Mining with Python
- Python從入門到精通(精粹版)
- Access 2010數據庫基礎與應用項目式教程(第3版)
- C語言程序設計立體化案例教程
- The Data Visualization Workshop
- Learning Network Forensics
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Mastering Apache Maven 3
- Unreal Engine 4 Shaders and Effects Cookbook
- Java面向對象程序設計