==========
Installing
==========



* Using `pip <http://pip.pypa.io/>`_::

  $ pip install doit

Latest version of `doit` supports only python 3.
If you are using python 2::

  $ pip install doit==0.29.0

* `Download <http://pypi.python.org/pypi/doit>`_ 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 <http://trac.dbzteam.org/pyinotify>`_ (for linux),
    `macfsevents <http://pypi.python.org/pypi/MacFSEvents>`_ (mac).
