InstallationΒΆ

At the command line:

$ pip install cotyledon

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv cotyledon
$ pip install cotyledon

Previous topic

Cotyledon

Next topic

API

This Page