diff options
Diffstat (limited to 'development/pip/README')
-rw-r--r-- | development/pip/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/pip/README b/development/pip/README index 8825fbc020..e87a8a3d61 100644 --- a/development/pip/README +++ b/development/pip/README @@ -14,7 +14,10 @@ pip is meant to improve on easy_install. Some of the improvements: programmatically. - Packages don't have to be installed as egg archives, they can be installed flat (while keeping the egg metadata). -- Native support for other version control systems (Git, Mercurial and Bazaar) +- Native support for other version control systems (Git, Mercurial and Bazaar). +- Uninstallation of packages. +- Simple to define fixed sets of requirements and reliably reproduce a set of + packages. pip is complementary with virtualenv (can be found at SBo), and it is encouraged that you use virtualenv to isolate your installation. |