collective.geotransform Installation
------------------------------------

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

    [buildout]
    ...
    eggs =
        ...
        collective.geotransform

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

    $ ./bin/buildout
