Resolve PIP Upgrade Warning in Terminal on Mac - DevPops-Inc/python GitHub Wiki
• The following resolution is for if you receive a warning that a new version of PIP is available.
•
• Type python3 -m pip install --upgrade pip
and press “return” key to upgrade PIP.
•