Skip to content

Commit 21abee6

Browse files
authored
Add a section for upgrading pip
1 parent 135faab commit 21abee6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/html/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ If you face issues when using Python and pip installed using these mechanisms,
6060
it is recommended to request for support from the relevant provider (eg: Linux
6161
distro community, cloud provider support channels, etc).
6262

63+
## Upgrading `pip`
64+
65+
Upgrading your `pip` by running:
66+
67+
```{pip-cli}
68+
$ python -m pip install --upgrade pip
69+
```
70+
6371
(compatibility-requirements)=
6472

6573
## Compatibility

0 commit comments

Comments
 (0)