INSTALL PYTHON PACKAGES WITH PIP | A Quick Start Guide to Python's Package Manager PIP

Опубликовано: 27 Июнь 2020
на канале: Chart Explorers
213
9

In this video we go over the basics of PIP (Python's package manager). Learn how to install, update, and uninstall Python packages from your computer.

PIP provides you an easy way to manage the Python packages. Below are commonly used PIP commands.

pip install package_name
pip install package_name --upgrade
pip uninstall package_name
pip list