mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
pip-uninstall: update link and add Dutch translation (#18334)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# pip uninstall
|
||||
|
||||
> Verwijder Python-pakketten.
|
||||
> Meer informatie: <https://pip.pypa.io/en/stable/cli/pip_uninstall/>.
|
||||
|
||||
- Verwijder een pakket:
|
||||
|
||||
`pip uninstall {{pakket}}`
|
||||
|
||||
- Verwijder pakketten die in een specifiek bestand staan:
|
||||
|
||||
`pip uninstall {{[-r|--requirement]}} {{pad/naar/requirements.txt}}`
|
||||
|
||||
- Verwijder pakketten zonder om bevestiging te vragen:
|
||||
|
||||
`pip uninstall {{[-y|--yes]}} {{pakket}}`
|
||||
@@ -1,7 +1,7 @@
|
||||
# pip uninstall
|
||||
|
||||
> Uninstall Python packages.
|
||||
> More information: <https://pip.pypa.io>.
|
||||
> More information: <https://pip.pypa.io/en/stable/cli/pip_uninstall/>.
|
||||
|
||||
- Uninstall a package:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user