collective.easyform Installation
----------------------------------

To install collective.easyform:

* In your buildout.cfg, add ``collective.easyform`` to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        collective.easyform

* Re-run buildout, e.g. with:

    $ ./bin/buildout

* Start or restart your instance or ZEO client

* Visit your site's Add-ons control panel and activate EasyForm
