The Python package installer https://pip.pypa.io/
Go to file
Donald Stufft cc7f416378 Merge pull request #3037 from ianw/no-reset-platlib
Don't reset purelib/platlib when install-dir not set
2015-08-19 17:27:21 -04:00
.travis Remove coverage 2015-08-01 20:48:47 -04:00
contrib Update get-pip.py to 7.1.0 2015-06-30 19:14:43 -04:00
docs Provide link to constraints documentation. 2015-08-03 10:40:12 +12:00
pip Merge pull request #3037 from ianw/no-reset-platlib 2015-08-19 17:27:21 -04:00
tasks Attempt to install Wheel in get-pip.py 2015-05-21 22:22:45 -04:00
tests Merge pull request #3037 from ianw/no-reset-platlib 2015-08-19 17:27:21 -04:00
.coveragerc Show coverage information for tests 2014-06-30 20:59:32 -04:00
.gitignore Use diff-cover to show the change in coverage 2014-06-30 23:17:27 -04:00
.mailmap Update the AUTHORS.txt file 2015-04-07 00:37:41 -04:00
.travis.yml Fix InterpreterNotFound: python3.5 error. 2015-07-23 14:33:15 +03:00
AUTHORS.txt Updating e-mail address. 2015-07-06 21:57:24 +01:00
CHANGES.txt fixed a typo in the docs 2015-06-30 22:03:24 -04:00
LICENSE.txt Bump year 2014-01-02 08:16:28 -05:00
MANIFEST.in Move dev reqs from tox.ini to dev-requirements.txt 2014-12-17 23:36:29 -08:00
README.rst README.rst add pypa-dev 2015-04-07 12:52:00 +03:00
dev-requirements.txt Remove coverage 2015-08-01 20:48:47 -04: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 Do a (slightly) less insane thing to handle debundling 2015-06-23 22:27:47 -04:00
tox.ini Try to test against Python 3.5 2015-05-27 21:34:17 -04:00

README.rst

pip
===

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

* `Installation <https://pip.pypa.io/en/stable/installing.html>`_
* `Documentation <https://pip.pypa.io/>`_
* `Changelog <https://pip.pypa.io/en/stable/news.html>`_
* `Github Page <https://github.com/pypa/pip>`_
* `Issue Tracking <https://github.com/pypa/pip/issues>`_
* `User mailing list <http://groups.google.com/group/python-virtualenv>`_
* `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
* User IRC: #pypa on Freenode.
* Dev IRC: #pypa-dev 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