Installation¶
Install with pip¶
$ pip install Products.mcdutils
Install with zc.buildout¶
Just add Products.mcdutils to the eggs setting(s) in your
buildout configuration to have it pulled in automatically:
...
eggs =
Products.mcdutils
...