collective.memberapproval Installation
**************************************

* Add ``collective.memberapproval`` to the list of eggs to install, e.g.::

    [buildout]
    ...
    eggs =
        ...
        collective.memberapproval
             
* Re-run buildout, e.g. with:

    $ ./bin/buildout

* Install the product into the Plone site from the Add-ons control panel.
