from Hacker News

How I use Django, Virtualenv and Buildout together

by bialecki on 6/14/12, 1:34 PM with 2 comments

  • by kennu on 6/14/12, 2:13 PM

    I don't really understand the purpose of the complex Buildout configuration, when you can just run "pip install -r requirements.txt" in your virtualenv and list your packages in a simple text file? What do you win with Buildout?