diff --git a/pages.nl/common/pip-uninstall.md b/pages.nl/common/pip-uninstall.md new file mode 100644 index 0000000000..68cf0c986d --- /dev/null +++ b/pages.nl/common/pip-uninstall.md @@ -0,0 +1,16 @@ +# pip uninstall + +> Verwijder Python-pakketten. +> Meer informatie: . + +- 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}}` diff --git a/pages/common/pip-uninstall.md b/pages/common/pip-uninstall.md index 510b145ade..06c9f9cdf6 100644 --- a/pages/common/pip-uninstall.md +++ b/pages/common/pip-uninstall.md @@ -1,7 +1,7 @@ # pip uninstall > Uninstall Python packages. -> More information: . +> More information: . - Uninstall a package: