Installing¶
pip¶
$ pip install doit
Latest version of doit supports only python 3. If you are using python 2:
$ pip install "doit<0.30"
OS package¶
Several distributions include native doit packages. Repology.org provides up-to-date information about available packages and doit versions on each distribution.
Anaconda¶
doit is also packaged on Anaconda. Note this is not an official package and might be outdated.
Note
doit depends on the packages pyinotify (for linux), macfsevents (mac).