1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
==========
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.
* There is a bug on setuptools. Check this
`bug <http://bugs.launchpad.net/doit/+bug/218276>`_ for instructions.
|