Testing it out
If you now start Zope, you should find that the new Keyword condition type appears immediately when editing a rule in the Content Rules control panel - there is no need to install it explicitly.
The latest source code is found in the Collective svn repository. To check it out yourself, you can run:
$ svn co https://svn.plone.org/svn/collective/collective.keywordcondition/trunk collective.keywordcondition
The package has also been released to PyPI, so you can install it with buildout or easy_install as you would any other package. Don't forget to install a ZCML slug or reference it from another package's configure.zcml though.
