mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 20:06:01 +02:00
pip3: add search command
This commit is contained in:
parent
b57d669b36
commit
22ad2cbc3d
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
> Python package manager.
|
> Python package manager.
|
||||||
> More information: <https://pip.pypa.io>.
|
> More information: <https://pip.pypa.io>.
|
||||||
|
|
||||||
|
- Find available packages:
|
||||||
|
|
||||||
|
`pip3 search {{package_name}}`
|
||||||
|
|
||||||
- Install a package:
|
- Install a package:
|
||||||
|
|
||||||
`pip3 install {{package_name}}`
|
`pip3 install {{package_name}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue