+ 1
What is the difference between PyPI and pip ?
Please state the difference .
1 ответ
+ 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.