README.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. pip
  2. ===
  3. The `PyPA recommended`_ tool for installing Python packages.
  4. .. image:: https://img.shields.io/pypi/v/pip.svg
  5. :target: https://pypi.org/project/pip/
  6. .. image:: https://img.shields.io/travis/pypa/pip/master.svg?label=travis-ci
  7. :target: https://travis-ci.org/pypa/pip
  8. .. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg?label=appveyor-ci
  9. :target: https://ci.appveyor.com/project/pypa/pip/history
  10. .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
  11. :target: https://pip.pypa.io/en/latest
  12. * `Installation`_
  13. * `Documentation`_
  14. * `Changelog`_
  15. * `GitHub Page`_
  16. * `Issue Tracking`_
  17. * `User mailing list`_
  18. * `Dev mailing list`_
  19. * User IRC: #pypa on Freenode.
  20. * Dev IRC: #pypa-dev on Freenode.
  21. Code of Conduct
  22. ---------------
  23. Everyone interacting in the pip project's codebases, issue trackers, chat
  24. rooms and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  25. .. _PyPA recommended: https://packaging.python.org/en/latest/current/
  26. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  27. .. _Documentation: https://pip.pypa.io/en/stable/
  28. .. _Changelog: https://pip.pypa.io/en/stable/news.html
  29. .. _GitHub Page: https://github.com/pypa/pip
  30. .. _Issue Tracking: https://github.com/pypa/pip/issues
  31. .. _User mailing list: https://groups.google.com/forum/#!forum/python-virtualenv
  32. .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
  33. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/