How to upgrade pip in windows 10

How to upgrade pip in windows 10

316

To upgrade python in windows 10 use commend below while you're on CMD as administrator:

python -m pip install --upgrade pip --user

Note: using --user tag will avoid you of having permission access warning while running the command, that's why I put it there instead of making this article long for no reason adult

- Last updated 4 years ago

Ads

Be the first to leave a comment.

You must login to leave a comment