I am working with my friends on a Django project. The project has dependencies on some python modules. I have django and those additional dependencies installed inside a virtual
buildout.cfg:
[buildout] parts = python [python] recipe = zc.recipe.egg eggs = your egg dependencies here interpreter = python
Get bootstrap.py. Then:
$ python bootstrap.py $ bin/buildout $ bin/python ...