InstallingΒΆ
Using pip or easy_install:
$ pip install doit $ easy_install doit
Download the source and:
$ python setup.py install
Get latest development version:
$ hg clone https://bitbucket.org/schettino72/doit
Note
- doit depends on the packages pyinotify (for linux), macfsevents (mac).
Warning
for Windows users:
- New releases are not tested on Windows.