2012-09-30 04:40:16 +02:00
|
|
|
pip
|
|
|
|
===
|
|
|
|
|
2017-11-09 02:39:56 +01:00
|
|
|
The `PyPA recommended`_ tool for installing Python packages.
|
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
|
|
|
|
2018-06-05 08:27:27 +02:00
|
|
|
.. image:: https://img.shields.io/travis/pypa/pip/master.svg?label=travis-ci
|
2018-06-10 17:35:00 +02:00
|
|
|
:target: https://travis-ci.org/pypa/pip
|
2015-09-13 19:18:16 +02:00
|
|
|
|
2018-06-05 08:27:27 +02:00
|
|
|
.. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg?label=appveyor-ci
|
2016-10-19 12:32:56 +02:00
|
|
|
:target: https://ci.appveyor.com/project/pypa/pip/history
|
|
|
|
|
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
|
|
|
|
2017-11-09 02:39:56 +01:00
|
|
|
* `Installation`_
|
|
|
|
* `Documentation`_
|
|
|
|
* `Changelog`_
|
|
|
|
* `GitHub Page`_
|
|
|
|
* `Issue Tracking`_
|
|
|
|
* `User mailing list`_
|
|
|
|
* `Dev mailing list`_
|
2018-10-30 03:16:57 +01:00
|
|
|
* `User IRC`_: #pypa on Freenode
|
|
|
|
* `Dev IRC`_: #pypa-dev on Freenode
|
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
|
2017-11-09 02:39:56 +01:00
|
|
|
rooms and mailing lists is expected to follow the `PyPA Code of Conduct`_.
|
|
|
|
|
|
|
|
.. _PyPA recommended: https://packaging.python.org/en/latest/current/
|
|
|
|
.. _Installation: https://pip.pypa.io/en/stable/installing.html
|
|
|
|
.. _Documentation: https://pip.pypa.io/en/stable/
|
|
|
|
.. _Changelog: https://pip.pypa.io/en/stable/news.html
|
|
|
|
.. _GitHub Page: https://github.com/pypa/pip
|
|
|
|
.. _Issue Tracking: https://github.com/pypa/pip/issues
|
2018-06-10 17:35:00 +02:00
|
|
|
.. _User mailing list: https://groups.google.com/forum/#!forum/python-virtualenv
|
|
|
|
.. _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/
|