- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 108字
- 2021-07-02 21:09:36
Searching the Package Index with pip
If we don't want to fire up our browser to go searching through the index, we can also do it from the command line through pip, as shown in the following command:
$ python3 -m pip search asyncio
This command performs the same search that we did earlier through the web interface:

Doing it this way is often faster; but as you can see in the preceding screenshot, it only provides us with a name and a brief description of each package. This is perfect for getting a quick reminder about the package name, but not so good for more in-depth research.
推薦閱讀
- 程序設(shè)計(jì)與實(shí)踐(VB.NET)
- 垃圾回收的算法與實(shí)現(xiàn)
- PaaS程序設(shè)計(jì)
- HTML5 移動(dòng)Web開發(fā)從入門到精通(微課精編版)
- Unity 2020 Mobile Game Development
- Java Web及其框架技術(shù)
- BeagleBone Media Center
- Production Ready OpenStack:Recipes for Successful Environments
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- BeagleBone Black Cookbook
- Getting Started with React Native
- 算法圖解
- Visual C++從入門到精通(第2版)
- Kohana 3.0 Beginner's Guide