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/
Find a file
Robert Collins 0b54000dc6 Remove spurious use_wheel use.
We can use the same sort algorithm always, as long as we don't add
wheels to the collection we can't ever select them. We need to have
the same sort algorithm always since we're getting rid of use_wheel,
and being much more sophisticated.
2015-04-20 20:12:03 +12:00
.travis Merge pull request #2184 from dstufft/support-import-wheels 2014-12-18 20:51:06 -05:00
contrib Update the get-pip.py script with 6.1.1 2015-04-07 07:00:57 -04:00
docs Make adding options be just function calls. 2015-04-17 15:04:25 +12:00
pip Remove spurious use_wheel use. 2015-04-20 20:12:03 +12:00
tasks Update documentation on the generate task 2015-03-19 19:46:06 +00:00
tests Issue #2140: Build wheels automatically 2015-04-13 18:33:07 +12:00
.coveragerc Show coverage information for tests 2014-06-30 20:59:32 -04:00
.gitignore Use diff-cover to show the change in coverage 2014-06-30 23:17:27 -04:00
.mailmap Update the AUTHORS.txt file 2015-04-07 00:37:41 -04:00
.travis.yml Drop PyPy from the de-bundling tests 2014-12-13 21:55:47 -05:00
AUTHORS.txt Update the AUTHORS.txt file 2015-04-07 00:37:41 -04:00
CHANGES.txt Issue #2140: Build wheels automatically 2015-04-13 18:33:07 +12:00
dev-requirements.txt Move dev reqs from tox.ini to dev-requirements.txt 2014-12-17 23:36:29 -08:00
LICENSE.txt Bump year 2014-01-02 08:16:28 -05:00
MANIFEST.in Move dev reqs from tox.ini to dev-requirements.txt 2014-12-17 23:36:29 -08:00
README.rst README.rst add pypa-dev 2015-04-07 12:52:00 +03: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 Also exclude package_data when running with NO_VENDOR 2014-11-20 19:55:13 -05:00
tox.ini Pin flake8 to 2.3.0 2015-03-05 17:04:50 -05: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/stable/installing.html>`_
* `Documentation <https://pip.pypa.io/>`_
* `Changelog <https://pip.pypa.io/en/stable/news.html>`_
* `Github Page <https://github.com/pypa/pip>`_
* `Issue Tracking <https://github.com/pypa/pip/issues>`_
* `User mailing list <http://groups.google.com/group/python-virtualenv>`_
* `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
* 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