1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
The Python package installer https://pip.pypa.io/
Go to file
Donald Stufft fb46902a11 Merge pull request #1798 from dstufft/base85-get-pip
Use base85 instead of base64 for the bundled pip
2014-05-06 22:36:30 -04:00
.travis set LC_CTYPE to en_US.UTF-8 to make output to UTF-8 work 2014-05-03 05:01:42 -04:00
contrib Merge branch 'master' into develop 2014-05-03 02:46:11 -04:00
docs Merge branch 'master' into develop 2014-05-03 02:37:03 -04:00
pip Merge pull request #1792 from dstufft/cleanup-file-url 2014-05-06 16:38:13 -04:00
tasks Use base85 instead of base64 for the bundled pip 2014-05-06 22:02:32 -04:00
tests Use the correct URL in the test 2014-05-06 16:35:18 -07:00
.gitignore Clean up gitignore 2014-04-16 09:13:24 +10:00
.mailmap Get a correct name for db@d1b.org 2014-02-26 17:48:50 -05:00
.travis.yml Exclude PyPy and Python 3.2 on OSX 2014-05-04 13:36:28 -04:00
AUTHORS.txt Get a correct name for db@d1b.org 2014-02-26 17:48:50 -05:00
CHANGES.txt Merge branch 'master' into develop 2014-05-03 02:37:03 -04:00
LICENSE.txt Bump year 2014-01-02 08:16:28 -05:00
MANIFEST.in update MANIFEST.in 2014-03-01 11:22:34 -08:00
README.rst Merge branch 'master' into develop 2014-05-03 02:37:03 -04:00
setup.cfg Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
setup.py Merge branch 'master' into develop 2014-05-03 02:37:03 -04:00
tox.ini Merge branch 'master' into develop 2014-05-03 02:37:03 -04:00

pip
===

The `PyPA recommended
<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
tool for installing Python packages.

* `Installation <https://pip.pypa.io/en/latest/installing.html>`_
* `Documentation <https://pip.pypa.io/>`_
* `Changelog <https://pip.pypa.io/en/latest/news.html>`_
* `Github Page <https://github.com/pypa/pip>`_
* `Issue Tracking <https://github.com/pypa/pip/issues>`_
* `Mailing list <http://groups.google.com/group/python-virtualenv>`_
* User IRC: #pypa on Freenode.
* Dev IRC: #pypa-dev on Freenode.


.. image:: https://pypip.in/v/pip/badge.png
        :target: https://pypi.python.org/pypi/pip

.. image:: https://secure.travis-ci.org/pypa/pip.png?branch=develop
   :target: http://travis-ci.org/pypa/pip