What Is Pip?
How To Install Pip In Python?
Using Pip To Install A Library
www.edureka.co/python
www.edureka.co/python
www.edureka.co/python
PIP is a package manager for python
packages or modules.
PIP is included as default for versions
later than 3.4
PIP is primarily provides an easy
method to set up working
environment
www.edureka.co/python
How To
Install Pip In
Python
www.edureka.co/python
• Download get-pip.py
• Open command prompt
• Run the following command
• python get-pip.py
To check if it is installed, run the
following command
Pip --version
www.edureka.co/python
Using Pip To
Install A
Library
www.edureka.co/python
• To install a library using pip.
• Open the terminal or command
prompt
• Run the following command
• pip install numpy
www.edureka.co/python

How To Install Python Pip On Windows | Edureka