Installation ============ Use zc.buildout and the plone.recipe.zope2instance recipe to manage your project: * Add ``inicie.cropimage`` to the list of eggs to install like:: [buildout] ... eggs = ... inicie.cropimage * Re-run buildout, e.g. with:: $ ./bin/buildout