summaryrefslogtreecommitdiffstats
path: root/development/pip/README
diff options
context:
space:
mode:
author Audrius Kažukauskas2010-05-13 00:25:12 +0200
committer Erik Hanson2010-05-13 00:25:12 +0200
commit8e9f1225f7adb13eb8d4fda13d3f4b10f00f4330 (patch)
tree8c2235e9bde068591cef9041a6941a9805f4d602 /development/pip/README
parent14d3fcca6d285bae31ebf4b528aba2686242d7cf (diff)
downloadslackbuilds-8e9f1225f7adb13eb8d4fda13d3f4b10f00f4330.tar.gz
development/pip: Updated for version 0.6.3
Diffstat (limited to 'development/pip/README')
-rw-r--r--development/pip/README5
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.