The Python package installer https://pip.pypa.io/
Go to file
Marcus Smith 438185bff1 Merge pull request #1609 from qwcode/readme
have setup.py long_description just be README.rst
2014-03-02 20:44:44 -08:00
.travis Revert "Use Travis to handle the Matrix" 2014-02-10 08:20:15 -05:00
contrib Move the contrib/build-installer into an invoke generate.installer 2014-02-26 17:35:01 -05:00
docs Docs -- fix typo 2014-02-27 17:38:04 +00:00
pip Remove bootstrap function, simplify __main__ 2014-02-27 22:22:08 +11:00
tasks Use a staging area to create pip.zip instead of the installer_path 2014-02-26 17:45:56 -05:00
tests Remove dependency links support from pip 2014-02-25 18:39:40 -05:00
.gitignore clean up .gitignore 2013-08-30 13:55:26 -07:00
.mailmap Get a correct name for db@d1b.org 2014-02-26 17:48:50 -05:00
.travis.yml Revert "Use Travis to handle the Matrix" 2014-02-10 08:20:15 -05:00
AUTHORS.txt Get a correct name for db@d1b.org 2014-02-26 17:48:50 -05:00
CHANGES.txt Fix changelog link 2014-02-25 20:29:57 -05:00
LICENSE.txt Bump year 2014-01-02 08:16:28 -05:00
MANIFEST.in update MANIFEST.in 2014-03-01 11:22:34 -08:00
README.rst have setup.py long_description just be README.rst 2014-03-01 11:12:03 -08:00
setup.cfg Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
setup.py have setup.py long_description just be README.rst 2014-03-01 11:12:03 -08:00
tox.ini have setup.py long_description just be README.rst 2014-03-01 11:12:03 -08:00

README.rst

pip
===

The `PyPA recommended
<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
tool for installing and managing Python packages.

* `Installation <http://www.pip-installer.org/en/latest/installing.html>`_
* `Documentation <http://www.pip-installer.org>`_
* `Changelog <http://www.pip-installer.org/en/latest/news.html>`_
* `Github Page <https://github.com/pypa/pip>`_
* `Issue Tracking <https://github.com/pypa/pip/issues>`_
* `Mailing list <http://groups.google.com/group/python-virtualenv>`_
* User IRC: #pip on Freenode.
* Dev IRC: #pypa on Freenode.


.. image:: https://pypip.in/v/pip/badge.png
        :target: https://pypi.python.org/pypi/pip

.. image:: https://secure.travis-ci.org/pypa/pip.png?branch=develop
   :target: http://travis-ci.org/pypa/pip