- 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.
推薦閱讀
- Learning Neo4j
- Access 數據庫應用教程
- PyQt從入門到精通
- C語言程序設計教程(第2版)
- Learning AndEngine
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Visual C#通用范例開發金典
- C++面向對象程序設計習題解答與上機指導(第三版)
- 詳解MATLAB圖形繪制技術
- JavaScript+jQuery網頁特效設計任務驅動教程
- 零基礎學HTML+CSS
- 面向對象程序設計及C++(第3版)
- Web前端開發最佳實踐
- WordPress Search Engine Optimization(Second Edition)
- Java Web開發基礎與案例教程