pip-install, pip-uninstall: add page and refresh (#7003)
This commit is contained in:
16
pages/common/pip-uninstall.md
Normal file
16
pages/common/pip-uninstall.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pip uninstall
|
||||
|
||||
> Uninstall Python packages.
|
||||
> More information: <https://pip.pypa.io>.
|
||||
|
||||
- Uninstall a package:
|
||||
|
||||
`pip uninstall {{package_name}}`
|
||||
|
||||
- Uninstall packages listed in a specific file:
|
||||
|
||||
`pip uninstall --requirement {{path/to/requirements.txt}}`
|
||||
|
||||
- Uninstall package without asking for confirmation:
|
||||
|
||||
`pip uninstall --yes {{package_name}}`
|
Reference in New Issue
Block a user