diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 13:03:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:26 -0500 |
commit | 27ea0a026157a57d3c7f531df6dc93af67b888c0 (patch) | |
tree | fb14e01d066c2781fd75711f37d4a4b5c8fad885 /python/pip | |
parent | e3f4f946bd4566cd0322e6cd4796f4b8bab42029 (diff) | |
download | slackbuilds-27ea0a026157a57d3c7f531df6dc93af67b888c0.tar.gz |
python/pip: Fixed dep information
Diffstat (limited to 'python/pip')
-rw-r--r-- | python/pip/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/pip/README b/python/pip/README index f2dbe460da..76955d3e9c 100644 --- a/python/pip/README +++ b/python/pip/README @@ -20,7 +20,5 @@ pip is meant to improve on easy_install. Some of the improvements: - 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. - -pip requires pysetuptools. +pip is complementary with virtualenv, and it is encouraged that you use +virtualenv to isolate your installation. |