InstallationΒΆ

At the command line:

$ easy_install djpackage

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv djpackage
$ pip install djpackage

Previous topic

Feedreader

This Page