[Distutils] how to make pip do install using a requirements-files in order?

mouad ben mouadino at gmail.com
Fri Apr 30 10:08:54 CEST 2010


I use pip with distribute and virtualenv to make an automatic install of a
Django project .
my problem is that i want to make the installation in the order that they
came in the requirements-files that i specified.

i use this command : pip install  -E gold/ -r gold/gold_package.txt

and the gold_package.txt   :
 -e svn+https://test/third-party/djangologging#egg=djangologging
 svn+https://test/spidertools/trunk#egg=spidertools
 -e svn+https://test/spider/branches/package#egg=spider
 -e svn+https://test/lib/trunk#egg=lib

so it should install djangologging -> spidertools -> spider -> lib , because
i have some dependencies that i can't make in the setup.py right now .


Best regards
Benchchaoui Mouad
trainer in www.foobaria.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20100430/eed845cc/attachment-0001.html>


More information about the Distutils-SIG mailing list