InstallationΒΆ

At the command line either via easy_install or pip:

$ easy_install easymodel
$ pip install easymodel

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv easymodel
$ pip install easymodel