Python 101: pip – a replacement for easy_install

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 […]

Python 101: pip – a replacement for easy_install Read More »