pip: synchronize long options, formatting and add --user example (#6605)

This commit is contained in:
Noah
2021-11-07 08:25:16 -05:00
committed by GitHub
parent 15f99db390
commit 4042138a51
3 changed files with 17 additions and 5 deletions

View File

@@ -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: