What is the difference between PyPI and pip ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the difference between PyPI and pip ?

Please state the difference .

27th Sep 2019, 3:40 AM
Rajan K
Rajan K - avatar
1 Answer
+ 7
pip is used to download and install packages directly from PyPI. PyPI is hosted by Python Software Foundation. It is a specialized package manager that only deals with python packages.
27th Sep 2019, 6:21 AM
Jella
Jella - avatar