How to install pip

Pip is installed by default in Python 2.7.9+ and Python 3.4+. To check if you have pip installed, open a command prompt and type:

„`
pip –version
„`

If you have pip installed, you will see a version number. If not, you will need to install it.

To install pip, follow the instructions on the pip installation page. This page provides instructions for installing pip on Windows, Mac, and Linux.