Using the development buildout Create a virtualenv in the package: $ virtualenv --clear . Install requirements with pip: $ ./bin/pip install -r requirements.txt Run buildout: $ ./bin/buildout -c development.cfg Start Plone in foreground: $ ./bin/instance fg