Plomino Installation
--------------------

edit your ``buildout.cfg`` and add ``Products.CMFPlomino`` to the eggs list::

    eggs =
        ...
        Products.CMFPlomino

Then you have to run your buildout::

    $ ./bin/buildout -N
