2019-01-25 20:08:41 +01:00
pip - The Python Package Installer
==================================
2014-03-01 20:12:03 +01:00
2015-09-20 19:15:17 +02:00
.. image :: https://img.shields.io/pypi/v/pip.svg
2018-04-13 14:08:51 +02:00
:target: https://pypi.org/project/pip/
2013-05-17 09:33:04 +02:00
2017-11-09 02:39:56 +01:00
.. image :: https://readthedocs.org/projects/pip/badge/?version=latest
:target: https://pip.pypa.io/en/latest
2015-09-13 19:18:16 +02:00
2019-01-25 20:08:41 +01:00
pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
2018-08-24 22:09:32 +02:00
2019-01-25 20:08:41 +01:00
Please take a look at our documentation for how to install and use pip:
2018-08-24 22:09:32 +02:00
2017-11-09 02:39:56 +01:00
* `Installation`_
2019-01-28 19:05:23 +01:00
* `Usage`_
2019-06-11 23:59:06 +02:00
2019-06-12 01:16:03 +02:00
Updates are released regularly, with a new version every 3 months. More details can be found in our documentation:
2019-06-11 23:59:06 +02:00
2019-01-28 19:05:23 +01:00
* `Release notes`_
2019-06-11 23:59:06 +02:00
* `Release process`_
2019-01-25 20:08:41 +01:00
If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:
2019-01-28 19:05:23 +01:00
* `Issue tracking`_
2019-01-29 03:53:12 +01:00
* `Discourse channel`_
2018-10-30 03:19:40 +01:00
* `User IRC`_
2019-01-25 20:08:41 +01:00
2019-05-31 21:14:06 +02:00
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:
2019-01-25 20:08:41 +01:00
2019-01-28 19:05:23 +01:00
* `GitHub page`_
2019-05-31 21:14:06 +02:00
* `Dev documentation`_
2019-01-25 20:08:41 +01:00
* `Dev mailing list`_
2018-10-30 03:19:40 +01:00
* `Dev IRC`_
2017-05-16 06:57:44 +02:00
2015-09-13 19:18:16 +02:00
Code of Conduct
---------------
Everyone interacting in the pip project's codebases, issue trackers, chat
2019-01-25 20:08:41 +01:00
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_ .
2017-11-09 02:39:56 +01:00
2019-01-25 20:08:41 +01:00
.. _package installer: https://packaging.python.org/en/latest/current/
.. _Python Package Index: https://pypi.org
2017-11-09 02:39:56 +01:00
.. _Installation: https://pip.pypa.io/en/stable/installing.html
2019-01-28 19:05:23 +01:00
.. _Usage: https://pip.pypa.io/en/stable/
.. _Release notes: https://pip.pypa.io/en/stable/news.html
2019-06-11 23:59:06 +02:00
.. _Release process: https://pip.pypa.io/en/latest/development/release-process/
2019-01-28 19:05:23 +01:00
.. _GitHub page: https://github.com/pypa/pip
2019-05-31 21:14:06 +02:00
.. _Dev documentation: https://pip.pypa.io/en/latest/development
2019-01-28 19:05:23 +01:00
.. _Issue tracking: https://github.com/pypa/pip/issues
2019-01-29 03:53:12 +01:00
.. _Discourse channel: https://discuss.python.org/c/packaging
2018-06-10 17:35:00 +02:00
.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
2018-10-28 20:13:21 +01:00
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
.. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
2015-09-13 19:18:16 +02:00
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/