What is the difference between PyPI and pip ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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