InstallationΒΆ

At the command line:

$ easy_install django-smithy

Or, using pip:

$ pip install django-smithy

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-smithy
$ pip install django-smithy