The Python package installer https://pip.pypa.io/
Go to file
Pradyun Gedam 781a0f9a7a
Better surface release details in README
* pip is spelt with a lower-case 'p'
* Avoid specifying release cadence in README so that we have a single point of truth
* Merge release related items into a single list
  * Place this immediately after "install-and-use" section of the README
* Fix the syntax of the link (this is rst, not md)
* Update link to the hosted, built sphinx documentation instead of sources
2019-06-12 03:29:06 +05:30
.azure-pipelines Add requests to our packaging dependencies 2018-11-21 15:48:31 -05:00
.github Merge pull request #6552 from pypa/rename-auto-lock-label 2019-06-07 12:45:14 +05:30
docs Document issue tracker triage as a contribution area (#6569) 2019-06-05 06:36:32 +05:30
news Merge pull request #6418 from gzpan123/master 2019-06-11 01:11:42 -07:00
src/pip Merge pull request #6418 from gzpan123/master 2019-06-11 01:11:42 -07:00
tasks Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
tests Merge pull request #6418 from gzpan123/master 2019-06-11 01:11:42 -07:00
tools Upgrade Sphinx version for Read the Docs (#6477) 2019-05-08 11:26:34 -04:00
.appveyor.yml appveyor: immediately finish build once one of the jobs fails 2018-10-27 15:47:30 +02:00
.coveragerc Add a coverage job for Python 3 to tox 2017-11-14 12:03:01 +05:30
.gitattributes The CA Bundle should always use Unix line endings 2018-03-31 14:45:01 -04:00
.gitignore Fix 6486 mac gitignore (#6487) 2019-05-11 23:05:51 +02:00
.mailmap Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
.travis.yml Bazaar: Export directly from the remote branch. 2019-01-20 17:46:31 +00:00
AUTHORS.txt Update AUTHORS.txt 2019-05-06 10:07:27 -04:00
LICENSE.txt Update license year to 2019 2019-01-20 00:04:56 +05:30
MANIFEST.in Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
NEWS.rst Update NEWS.rst 2019-05-06 10:08:58 -04:00
README.rst Better surface release details in README 2019-06-12 03:29:06 +05:30
pyproject.toml Add a format to allow references to PRs to be links 2018-08-14 09:39:56 +05:30
setup.cfg merge latest master 2019-02-23 16:58:54 +03:00
setup.py Merge branch 'master' into python-3.7 2018-07-24 23:08:09 +05:30
tox.ini Upgrade Sphinx version for Read the Docs (#6477) 2019-05-08 11:26:34 -04:00

README.rst

pip - The Python Package Installer
==================================

.. image:: https://img.shields.io/pypi/v/pip.svg
   :target: https://pypi.org/project/pip/

.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
   :target: https://pip.pypa.io/en/latest

pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.

Please take a look at our documentation for how to install and use pip:

* `Installation`_
* `Usage`_

Updates are released regularly and more details on them can be found in our documentation:

* `Release notes`_
* `Release process`_

If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:

* `Issue tracking`_
* `Discourse channel`_
* `User IRC`_

If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:

* `GitHub page`_
* `Dev documentation`_
* `Dev mailing list`_
* `Dev IRC`_

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`_.

.. _package installer: https://packaging.python.org/en/latest/current/
.. _Python Package Index: https://pypi.org
.. _Installation: https://pip.pypa.io/en/stable/installing.html
.. _Usage: https://pip.pypa.io/en/stable/
.. _Release notes: https://pip.pypa.io/en/stable/news.html
.. _Release process: https://pip.pypa.io/en/latest/development/release-process/
.. _GitHub page: https://github.com/pypa/pip
.. _Dev documentation: https://pip.pypa.io/en/latest/development
.. _Issue tracking: https://github.com/pypa/pip/issues
.. _Discourse channel: https://discuss.python.org/c/packaging
.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
.. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/