pip: synchronize long options, formatting and add --user example (#6605)
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
|
||||
`pip install {{package_name}}`
|
||||
|
||||
- Install a package to the user's directory instead of the system-wide default location:
|
||||
|
||||
`pip install --user {{package}}`
|
||||
|
||||
- Upgrade a package:
|
||||
|
||||
`pip install -U {{package_name}}`
|
||||
`pip install --upgrade {{package_name}}`
|
||||
|
||||
- Uninstall a package:
|
||||
|
||||
|
Reference in New Issue
Block a user