pip3: add search command
This commit is contained in:

committed by
Agniva De Sarker

parent
b57d669b36
commit
22ad2cbc3d
@@ -3,6 +3,10 @@
|
||||
> Python package manager.
|
||||
> More information: <https://pip.pypa.io>.
|
||||
|
||||
- Find available packages:
|
||||
|
||||
`pip3 search {{package_name}}`
|
||||
|
||||
- Install a package:
|
||||
|
||||
`pip3 install {{package_name}}`
|
||||
|
Reference in New Issue
Block a user