It might be useful to note that pip and easy_install both use the Python Package Index (PyPI), sometimes called the "Cheeseshop".Cheeseshop", to search for packages. Easy_install is currently the most universally supported, as it works with both setuptools and distutils style packaging, completely. See James Bennett's commentary on python packaging for good reasons to use pip, and Ian Bicking's reply for some clarifications on the differences.
|
2 | More detailed disscussion | ||
|
|
||||
|
1 |
|
||
|
It might be useful to note that pip and easy_install both use the Python Package Index (PyPI), sometimes called the "Cheeseshop". |
||||
