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

Warning

for Windows users:

  • New releases are not tested on Windows.