README.rst 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. pip - The Python Package Installer
  2. ==================================
  3. .. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg
  4. :target: https://pypi.org/project/pip/
  5. :alt: PyPI
  6. .. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip
  7. :target: https://pypi.org/project/pip
  8. :alt: PyPI - Python Version
  9. .. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest
  10. :target: https://pip.pypa.io/en/latest
  11. :alt: Documentation
  12. |pypi-version| |python-versions| |docs-badge|
  13. pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
  14. Please take a look at our documentation for how to install and use pip:
  15. * `Installation`_
  16. * `Usage`_
  17. We release updates regularly, with a new version every 3 months. Find more details in our documentation:
  18. * `Release notes`_
  19. * `Release process`_
  20. If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
  21. * `Issue tracking`_
  22. * `Discourse channel`_
  23. * `User IRC`_
  24. 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:
  25. * `GitHub page`_
  26. * `Development documentation`_
  27. * `Development IRC`_
  28. Code of Conduct
  29. ---------------
  30. Everyone interacting in the pip project's codebases, issue trackers, chat
  31. rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
  32. .. _package installer: https://packaging.python.org/guides/tool-recommendations/
  33. .. _Python Package Index: https://pypi.org
  34. .. _Installation: https://pip.pypa.io/en/stable/installation/
  35. .. _Usage: https://pip.pypa.io/en/stable/
  36. .. _Release notes: https://pip.pypa.io/en/stable/news.html
  37. .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
  38. .. _GitHub page: https://github.com/pypa/pip
  39. .. _Development documentation: https://pip.pypa.io/en/latest/development
  40. .. _Issue tracking: https://github.com/pypa/pip/issues
  41. .. _Discourse channel: https://discuss.python.org/c/packaging
  42. .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
  43. .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
  44. .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md