InstallationΒΆ

At the command line:

$ easy_install django-tinyschedule

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-tinyschedule
$ pip install django-tinyschedule