- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 微服務(wù)設(shè)計(jì)(第2版)
- INSTANT Mock Testing with PowerMock
- Kubernetes實(shí)戰(zhàn)
- JavaScript Unlocked
- Java Web及其框架技術(shù)
- Java 9 Programming Blueprints
- Flash CS6中文版應(yīng)用教程(第三版)
- 秒懂設(shè)計(jì)模式
- Python Network Programming Cookbook(Second Edition)
- The HTML and CSS Workshop
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Vue.js 2 Web Development Projects
- PHP編程基礎(chǔ)與實(shí)踐教程
- iOS開發(fā)項(xiàng)目化入門教程