Installation
============

If you are using zc.buildout and the plone.recipe.zope2instance
recipe to manage your project, just do this:

* Add ``getpaid.verkkomaksut`` to the list of eggs to install, e.g.:

    |   [buildout]
    |   ...
    |   eggs =
    |       ...
    |       getpaid.verkkomaksut
       
* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    |   [instance]
    |   ...
    |   zcml =
    |       ...
    |       getpaid.verkkomaksut
    |       getpaid.verkkomaksut-overrides # Comment out this if getpaid.paymentprocessors is installed.

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

    $ ./bin/buildout
