Search⌘ K
AI Features

Using pip

Explore how to install and manage Python packages using pip, including setup for older Python versions, its capabilities compared to easy_install, and handling package formats like wheels.

We'll cover the following...

The pip program actually comes with Python 3.4. If you have an older version of Python, then you will need to install pip manually. Installing pip is a little bit different than what we have previously discussed. You still go to PyPI, but instead of downloading the package and running ...