On Fri, Apr 23, 2010 at 11:14 AM, Brad Allen <bradallen137 at gmail.com> wrote: > To install the 'dev' version using buildout, it might look something like this: > > recipe = zc.recipe.egg > eggs = Products.SQLAlchemyDA==dev Or, you could put it in a version.cfg file which some buildouts use, [versions] Products.SQLAlchemyDA=dev