The Python package installer https://pip.pypa.io/
Go to file
Avinash Karhana 135e9c1369 Fixed useless `else` cluase after loop inside `get_version` function in setup.py 2020-07-11 02:15:29 +05:30
.azure-pipelines Updated author email in configuration and tests 2020-05-28 16:51:02 -04:00
.github Use GitHub snapshot to avoid Git dependency 2020-06-10 20:59:33 +08:00
docs Add resolver docs 2020-07-07 11:14:38 +01:00
news Fixed useless `else` cluase after loop inside `get_version` function in setup.py 2020-07-11 02:15:29 +05:30
src/pip Merge pull request #8266 from gutsytechster/add_logs_for_install 2020-07-10 09:36:13 -04:00
tests Merge pull request #8266 from gutsytechster/add_logs_for_install 2020-07-10 09:36:13 -04:00
tools Merge pull request #8278 from tiran/py3_celementtree 2020-05-30 17:07:10 +05:30
.coveragerc Add a coverage job for Python 3 to tox 2017-11-14 12:03:01 +05:30
.gitattributes Modify gitattributes to match changed location of vendoring patches 2020-01-23 10:53:33 +00:00
.gitignore Use nox for release tasks 2019-09-09 10:02:28 +05:30
.mailmap Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
.pre-commit-config.yaml Add flake8-bugbear to pre-commit 2020-06-05 02:40:26 +05:30
.readthedocs.yml Add correct builder to ReadTheDocs configuration 2019-08-05 18:09:07 +05:30
.travis.yml Make Travis CI correctly ignore failures 2020-05-28 20:46:20 +05:30
AUTHORS.txt Update AUTHORS.txt 2020-05-21 09:33:41 +01:00
LICENSE.txt Update license year to 2019 2019-01-20 00:04:56 +05:30
MANIFEST.in Update packaging version and include py.typed 2020-01-06 14:03:34 -05:00
NEWS.rst Fix typo in NEWS.rst 2020-06-10 20:58:21 +08:00
README.rst replace links to pypa-dev mailing list 2020-05-30 11:47:01 +00:00
noxfile.py Remove a sorted call 2020-05-21 19:32:28 +05:30
pyproject.toml Explicitly specify build-backend in pyproject.toml (#7742) 2020-04-10 20:16:21 +05:30
setup.cfg Add B014 ignore 2020-06-10 00:36:03 +05:30
setup.py Fixed useless `else` cluase after loop inside `get_version` function in setup.py 2020-07-11 02:15:29 +05:30
tox.ini Add pytest option to globally switch resolver 2020-05-14 18:00:42 +08:00

README.rst

pip - The Python Package Installer
==================================

.. image:: https://img.shields.io/pypi/v/pip.svg
   :target: https://pypi.org/project/pip/

.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
   :target: https://pip.pypa.io/en/latest

pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.

Please take a look at our documentation for how to install and use pip:

* `Installation`_
* `Usage`_

We release updates regularly, with a new version every 3 months. Find more details in our documentation:

* `Release notes`_
* `Release process`_

In 2020, we're working on improvements to the heart of pip. Please `learn more and take our survey`_ to help us do it right.

If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:

* `Issue tracking`_
* `Discourse channel`_
* `User IRC`_

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:

* `GitHub page`_
* `Development documentation`_
* `Development mailing list`_
* `Development IRC`_

Code of Conduct
---------------

Everyone interacting in the pip project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.

.. _package installer: https://packaging.python.org/guides/tool-recommendations/
.. _Python Package Index: https://pypi.org
.. _Installation: https://pip.pypa.io/en/stable/installing.html
.. _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/
.. _GitHub page: https://github.com/pypa/pip
.. _Development documentation: https://pip.pypa.io/en/latest/development
.. _learn more and take our survey: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
.. _Issue tracking: https://github.com/pypa/pip/issues
.. _Discourse channel: https://discuss.python.org/c/packaging
.. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
.. _Development IRC: https://webchat.freenode.net/?channels=%23pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/