Python PIP

Reading Time: < 1 minute

PIP List

C:\Users\user>pip list
Package         Version
--------------- -------
pip             21.1.1
python-dateutil 2.8.1
pytz            2021.1
setuptools      56.0.0
six             1.16.0
WARNING: You are using pip version 21.1.1; however, version 21.1.2 is available.
You should consider upgrading via the 'c:\program files\python310\python.exe -m pip install --upgrade pip' command.

PIP Upgrade

python.exe -m pip install --upgrade pip'
This entry was posted in Programming, Python. Bookmark the permalink.