InstallingΒΆ
Using pip:
$ pip install doit
Latest version of doit supports only python 3. If you are using python 2:
$ pip install doit==0.29.0
Download the source and:
$ python setup.py install
Get latest development version:
$ git clone https://github.com/pydoit/doit.git
Note
- doit depends on the packages pyinotify (for linux), macfsevents (mac).