summaryrefslogtreecommitdiffstats
path: root/testing/py-pip
Commit message (Collapse)AuthorAgeFilesLines
* testing/py-pip: upgrade to 1.4.1Fabian Affolter2013-09-081-5/+5
|
* testing/py-pip: upgrade to 1.3.1Fabian Affolter2013-06-151-2/+4
|
* testing/py-pip: new aportFabian Affolter2012-05-171-0/+39
pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. pip is a replacement for easy_install. It mostly uses the same techniques for finding packages, so packages that are easy_installable should be pip-installable as well. This means that you can use pip install SomePackage instead of easy_install SomePackage. http://www.pip-installer.org