summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeowmeowcat <meowmeowcat1211@gmail.com>2021-08-26 13:57:16 +0800
committerGitHub <noreply@github.com>2021-08-26 13:57:16 +0800
commit21abee685c0ffcec4a451732a65a6a9d88a2e212 (patch)
tree6cc3af0a7677299467f8bbe403d7968a2d77df4e
parent135faabfd62f8c3566fd4f99a5688316302cf1c8 (diff)
downloadpip-21abee685c0ffcec4a451732a65a6a9d88a2e212.tar.gz
Add a section for upgrading pip
-rw-r--r--docs/html/installation.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/installation.md b/docs/html/installation.md
index 17cb0fc4b..83d501de8 100644
--- a/docs/html/installation.md
+++ b/docs/html/installation.md
@@ -60,6 +60,14 @@ If you face issues when using Python and pip installed using these mechanisms,
it is recommended to request for support from the relevant provider (eg: Linux
distro community, cloud provider support channels, etc).
+## Upgrading `pip`
+
+Upgrading your `pip` by running:
+
+```{pip-cli}
+$ python -m pip install --upgrade pip
+```
+
(compatibility-requirements)=
## Compatibility