summaryrefslogtreecommitdiff
path: root/development/pip/README
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2011-03-02 10:59:38 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-03-02 10:59:38 -0300
commitc160381303ed2464a410a273693bf4b881ba47c6 (patch)
tree870b22aaa02b30fee63f940882828098345c925f /development/pip/README
parent88ea2d178d685b4179d9cb9f5f4e06090ca9b845 (diff)
downloadslackbuilds-c160381303ed2464a410a273693bf4b881ba47c6.tar.gz
development/pip: Updated for version 0.8.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/pip/README')
-rw-r--r--development/pip/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/development/pip/README b/development/pip/README
index e87a8a3d61..f2dbe460da 100644
--- a/development/pip/README
+++ b/development/pip/README
@@ -1,5 +1,5 @@
-pip is a replacement for easy_install (from pysetuptools). It uses mostly the
-same techniques for finding packages, so packages that were made
+pip is a replacement for easy_install (from pysetuptools). It uses mostly
+the same techniques for finding packages, so packages that were made
easy_installable should be pip-installable as well.
pip is meant to improve on easy_install. Some of the improvements:
@@ -12,12 +12,13 @@ pip is meant to improve on easy_install. Some of the improvements:
- Error messages should be useful.
- The code is relatively concise and cohesive, making it easier to use
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).
+- 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).
- Uninstallation of packages.
-- Simple to define fixed sets of requirements and reliably reproduce a set 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.