$ pip install zc.buildout [buildout] parts = python dependencies [python] recipe = zc.recipe.egg interpreter = python eggs = myproject [dependencies] recipe = zc.recipe.egg eggs = requests beautifulsoup4 $ buildout $ ./bin/python