The Python package installer https://pip.pypa.io/
Go to file
Pradyun Gedam 4e81af49eb
Architecture Documentation: Configuration deep dive
Merge pull request #7858 from pradyunsg/docs/deep-dive-configuration
2020-03-28 01:49:55 +05:30
.azure-pipelines Make tests relying virtualenv semantics pass 2020-02-27 17:43:14 +08:00
.github GitHub Actions: update cache key to include interpreter path (#7835) 2020-03-09 15:17:17 +01:00
docs Architecture Documentation: Configuration deep dive 2020-03-28 01:49:55 +05:30
news Merge pull request #7899 from deveshks/remove-emails-from-authors 2020-03-27 16:53:18 +05:30
src/pip Remove unused preparer from SpecifierRequirement 2020-03-27 19:00:27 +08:00
tests Merge pull request #7907 from uranusjr/resolver-refactor-factory 2020-03-27 14:18:41 +00:00
tools Only use names in AUTHORS.txt 2020-03-25 23:26:53 +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 update to mypy==0.750 2019-12-12 11:08:36 +01:00
.readthedocs.yml Add correct builder to ReadTheDocs configuration 2019-08-05 18:09:07 +05:30
.travis.yml Merge branch 'master' into add-3.8-travis-ci 2019-11-26 08:13:47 +02:00
AUTHORS.txt Only use names in AUTHORS.txt 2020-03-25 23:26:53 +05:30
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 pip is spelt all-lowercase 2020-02-18 10:55:16 +05:30
README.rst Update links in docs 2019-12-11 22:23:34 +01:00
noxfile.py Speed up `nox -s docs` 2020-03-14 00:29:04 +05:30
pyproject.toml Vendor ResolveLib from Git 2020-03-12 22:37:30 +08:00
setup.cfg add global disallow_any_generics=True 2019-11-12 21:08:48 +03:00
setup.py Add docs and repo to project_urls metadata 2020-01-10 23:33:05 +02:00
tox.ini Add HTTP proxy variables to tox environment passthrough 2020-01-15 15:32:39 +00: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`_

Updates are released regularly, with a new version every 3 months. More details can be found in our documentation:

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

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`_
* `Dev documentation`_
* `Dev mailing list`_
* `Dev 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
.. _Dev documentation: https://pip.pypa.io/en/latest/development
.. _Issue tracking: https://github.com/pypa/pip/issues
.. _Discourse channel: https://discuss.python.org/c/packaging
.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
.. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/