1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #10397 from meowmeowmeowcat/patch-1

Add a section for upgrading pip
This commit is contained in:
Pradyun Gedam 2021-08-27 08:34:52 +01:00 committed by GitHub
commit ed9c0d96ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
$ pip install --upgrade pip
```
(compatibility-requirements)=
## Compatibility