Wednesday, 21 November 2018

PIP - How to install PIP in Python

PIP and Python

Hi All,

PIP is a recursive Acronym PIP Installs Packages.
This is used to install Python packages.

We can download the pip.py from internet and run to configure the same.
Once installation is done we can install packages in Python using pip.

Eg

pip install packagename

No comments:

Post a Comment