mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 17:15:32 +02:00
Merge pull request #409 from zhengqm/add_pip_version_option
Add tldr for installing a specific version of a python package
This commit is contained in:
commit
d58042bc91
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`pip install {{somepackage}}`
|
||||
|
||||
- Install a specific version of a package
|
||||
|
||||
`pip install {{somepackage}}=={{someversion}}`
|
||||
|
||||
- Upgrade a package
|
||||
|
||||
`pip install -U {{somepackage}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue