Install Python Modules using PIP & Upgrading Pip Version


You can Install Python Modules by running Pip command as follows

python -m pip install matplotlib

python.exe -m pip install --upgrade pip This will upgrade the Pip Version to the Latest.

Published by

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.