Mon 16 Jul 2012
Python 101: pip – a replacement for easy_install
Posted by Mike under Packaging, Python
[12] Comments
Pip Installs Python or pip is a tool for installing and managing Python packages, many of which are on the Python Package Index (PyPI). It is a replacement of easy_install. In this article, we’ll spend a little time trying out pip to see how it works and how it might help us in our Python endeavors. (more…)