File: install.rst

package info (click to toggle)
doit 0.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,404 kB
  • ctags: 1,504
  • sloc: python: 11,084; makefile: 111; ansic: 14
file content (34 lines) | stat: -rw-r--r-- 771 bytes parent folder | download
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.