pip/README.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

59 lines
2.2 KiB
ReStructuredText
Raw Permalink Normal View History

2019-01-25 20:08:41 +01:00
pip - The Python Package Installer
==================================
.. image:: https://img.shields.io/pypi/v/pip.svg
2018-04-13 14:08:51 +02:00
:target: https://pypi.org/project/pip/
:alt: PyPI
.. image:: https://img.shields.io/pypi/pyversions/pip
:target: https://pypi.org/project/pip
:alt: PyPI - Python Version
.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
:target: https://pip.pypa.io/en/latest
:alt: Documentation
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
* `Installation`_
2019-01-28 19:05:23 +01:00
* `Usage`_
We release updates regularly, with a new version every 3 months. Find more details in our documentation:
2019-01-28 19:05:23 +01:00
* `Release notes`_
* `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-25 20:08:41 +01:00
2019-01-28 19:05:23 +01:00
* `Issue tracking`_
* `Discourse channel`_
* `User IRC`_
2019-01-25 20:08:41 +01: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`_
* `Development documentation`_
* `Development 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
2020-07-29 19:46:12 +02:00
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
2019-12-10 23:18:38 +01:00
.. _package installer: https://packaging.python.org/guides/tool-recommendations/
2019-01-25 20:08:41 +01:00
.. _Python Package Index: https://pypi.org
2021-07-26 09:37:56 +02:00
.. _Installation: https://pip.pypa.io/en/stable/installation/
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
.. _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
.. _Development documentation: https://pip.pypa.io/en/latest/development
2019-01-28 19:05:23 +01:00
.. _Issue tracking: https://github.com/pypa/pip/issues
.. _Discourse channel: https://discuss.python.org/c/packaging
2021-06-25 16:45:45 +02:00
.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
2020-07-29 19:46:12 +02:00
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md