pip-uninstall: update link and add Dutch translation (#18334)

This commit is contained in:
Dylan
2025-10-02 11:17:56 +00:00
committed by GitHub
parent 3fa8713206
commit 6c24c5f986
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -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 -1
View File
@@ -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: