python/pip: Fixed dep information

This commit is contained in:
ponce 2012-08-23 13:03:45 +02:00 committed by Robby Workman
parent e3f4f946bd
commit 27ea0a0261
1 changed files with 2 additions and 4 deletions

View File

@ -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.