Wednesday, May 31, 2017

Upgrading pip

On Linux or macOS:

pip install -U pip



On Windows:
python -m pip install -U pip

If pip is up to date you will see below message.


No comments:

Post a Comment