Installing¶
pip¶
$ pip install doit
Latest version of doit supports only python 3. If you are using python 2:
$ pip install "doit<0.30"
Source¶
Download source:
$ pip install -e .
git repository¶
Get latest development version:
$ git clone https://github.com/pydoit/doit.git
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.