The Python package installer https://pip.pypa.io/
Go to file
Paul Moore 7a90ee23ff Add an explanation about how packages are located for install 2015-12-11 17:59:34 +00:00
.travis Drop support for Python 3.2 2015-10-01 09:36:16 -04:00
contrib Bump get-pip.py to 7.1.2 2015-08-22 18:48:46 -04:00
docs Add an explanation about how packages are located for install 2015-12-11 17:59:34 +00:00
pip Merge pull request #3213 from xavfernandez/mix_list_options 2015-12-03 13:30:18 +01:00
tasks Attempt to install Wheel in get-pip.py 2015-05-21 22:22:45 -04:00
tests Fix test_sort_locations_file_not_find_link test 2015-12-04 22:36:52 +01: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 Drop support for Python 3.2 2015-10-01 09:36:16 -04:00
AUTHORS.txt Updating e-mail address. 2015-07-06 21:57:24 +01:00
CHANGES.txt Allow combination of pip list options 2015-11-29 17:37:45 +01:00
LICENSE.txt Bump year 2014-01-02 08:16:28 -05:00
MANIFEST.in Added appveyor control files 2015-11-30 11:32:22 +00:00
README.rst Update link to PyPA doc in README 2015-11-28 11:18:53 -08:00
appveyor.yml Don't use toxenv on appveyor, as it has no way of coping with 64-bit Python versions 2015-12-02 14:28:37 +00:00
dev-requirements.txt Pin pytest-timeout==0.5 2015-11-16 10:40:32 +01:00
setup.cfg Use the new wheel config section 2015-10-02 01:26:59 +01:00
setup.py Drop support for Python 3.2 2015-10-01 09:36:16 -04:00
tox.ini Drop support for Python 3.2 2015-10-01 09:36:16 -04:00

README.rst

pip
===

The `PyPA recommended
<https://packaging.python.org/en/latest/current/>`_
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://img.shields.io/pypi/v/pip.svg
        :target: https://pypi.python.org/pypi/pip

.. image:: https://img.shields.io/travis/pypa/pip/develop.svg
   :target: http://travis-ci.org/pypa/pip


Code of Conduct
---------------

Everyone interacting in the pip project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.

.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/