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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to