The Python package installer https://pip.pypa.io/
Go to file
Donald Stufft 58c93acd4f
Merge pull request #6465 from dstufft/release/19.1.1
Release/19.1.1
2019-05-06 10:51:34 -04:00
.azure-pipelines Add requests to our packaging dependencies 2018-11-21 15:48:31 -05:00
.github Fix template link for adding NEWS entry (fixes #5753) 2018-09-03 20:52:13 +03:00
docs Fix option name for smart quotes in sphinxdoc conf (#6422) 2019-04-21 09:51:42 -07:00
news Update NEWS.rst 2019-05-06 10:08:58 -04:00
src/pip Bump version for release 2019-05-06 10:08:24 -04:00
tasks Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
tests Improve code reuse in TestSafeFileCache 2019-05-04 17:11:44 -04:00
tools Pin pytest-xdist to < 1.28.0 in tests-requirements.txt. 2019-04-03 18:26:45 -07:00
.appveyor.yml appveyor: immediately finish build once one of the jobs fails 2018-10-27 15:47:30 +02:00
.coveragerc Add a coverage job for Python 3 to tox 2017-11-14 12:03:01 +05:30
.gitattributes The CA Bundle should always use Unix line endings 2018-03-31 14:45:01 -04:00
.gitignore AdjacentTempDirectory should fail on unwritable directory (#6215) 2019-02-08 14:08:27 +05:30
.mailmap Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
.travis.yml Bazaar: Export directly from the remote branch. 2019-01-20 17:46:31 +00:00
AUTHORS.txt Update AUTHORS.txt 2019-05-06 10:07:27 -04:00
LICENSE.txt Update license year to 2019 2019-01-20 00:04:56 +05:30
MANIFEST.in Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
NEWS.rst Update NEWS.rst 2019-05-06 10:08:58 -04:00
README.rst Replace link to virtualenv-users with Discourse Packaging channel 2019-01-29 14:09:47 +05:30
pyproject.toml Add a format to allow references to PRs to be links 2018-08-14 09:39:56 +05:30
setup.cfg merge latest master 2019-02-23 16:58:54 +03:00
setup.py Merge branch 'master' into python-3.7 2018-07-24 23:08:09 +05:30
tox.ini Don't use editable mode as it is not supported 2019-04-23 22:42:30 -04: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`_
* `Release notes`_

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 and feel free to jump on the developer mailing lists and chat rooms:

* `GitHub page`_
* `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/en/latest/current/
.. _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
.. _GitHub page: https://github.com/pypa/pip
.. _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/