1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Robert Collins 08acb6670d Issue #2140: Build wheels automatically
Building wheels before installing elminates a cause of broken environments -
where install fails after we've already installed one or more packages.

If a package fails to wheel, we run setup.py install as normally.
2015-04-13 18:33:07 +12:00
..
__init__.py Remove the items deprecated for removal in 7.0 2015-04-07 04:20:51 -04:00
completion.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
freeze.py Issue #2563: Read cached wheels from ~/.cache/pip 2015-04-13 18:33:07 +12:00
help.py Do not shadow submodules 2014-12-12 16:06:04 +01:00
install.py Issue #2140: Build wheels automatically 2015-04-13 18:33:07 +12:00
list.py Issue #2563: Read cached wheels from ~/.cache/pip 2015-04-13 18:33:07 +12:00
search.py Make search name column width dynamic 2014-12-23 07:07:43 -08:00
show.py Make pip show show much more metadata 2014-12-19 09:44:58 -08:00
uninstall.py Issue #2563: Read cached wheels from ~/.cache/pip 2015-04-13 18:33:07 +12:00
wheel.py Issue #2563: Read cached wheels from ~/.cache/pip 2015-04-13 18:33:07 +12:00