Using easy_install:
$ easy_install doit
Download the source and:
$ python setup.py install
Get latest development version:
$ bzr branch lp:doit
Ubuntu packages
Add the following line to your system’s software sources
deb http://ppa.launchpad.net/doit-team/ppa/ubuntu jaunty main
PPA archive. (help)
Note
for python2.4 and python2.5 users: doit depends on the package simplejson. So you need to install it: easy_install simplejson
On python 2.6 the stdlib json is used.
Note
for Windows users: There is a bug on setup tools. Check this bug for instructions.