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



* Using `pip <http://pip.openplans.org/>`_ or
  `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_::

  $ pip install doit
  $ easy_install doit

* `Download <http://pypi.python.org/pypi/doit>`_ the source and::

  $ python setup.py install

* Get latest development version::

  $ hg clone https://bitbucket.org/schettino72/doit


.. note::
  * `doit` depends on the packages
    `pyinotify <http://trac.dbzteam.org/pyinotify>`_ (for linux),
    `macfsevents <http://pypi.python.org/pypi/MacFSEvents>`_ (mac).

.. warning::

   for Windows users:

   * New releases are not tested on Windows.
