mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 20:55:29 +02:00
Add tldr for installing a specific version of a python package
This commit is contained in:
parent
be868cdd63
commit
020d6e6048
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
`pip install {{somepackage}}`
|
`pip install {{somepackage}}`
|
||||||
|
|
||||||
|
- Install a specific version of a package
|
||||||
|
|
||||||
|
`pip install {{somepackage}}=={{someversion}}`
|
||||||
|
|
||||||
- Upgrade a package
|
- Upgrade a package
|
||||||
|
|
||||||
`pip install -U {{somepackage}}`
|
`pip install -U {{somepackage}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue