doc/book/en/tutorials/tools/windmill.rst
branchstable
changeset 6183 fcb9d90b622e
parent 5995 b9c612274af7
child 6324 bdb85e3602c8
equal deleted inserted replaced
6181:b8f8b1236358 6183:fcb9d90b622e
    27     curl -O http://github.com/windmill/windmill/tarball/master
    27     curl -O http://github.com/windmill/windmill/tarball/master
    28 
    28 
    29 However, the Windmill project doesn't release frequently. Our recommandation is
    29 However, the Windmill project doesn't release frequently. Our recommandation is
    30 to used the last snapshot of the Git repository:
    30 to used the last snapshot of the Git repository:
    31 
    31 
    32 .. sourcecode:: shell
    32 .. sourcecode:: bash
    33 
    33 
    34     git clone git://github.com/windmill/windmill.git HEAD
    34     git clone git://github.com/windmill/windmill.git HEAD
    35     cd windmill
    35     cd windmill
    36     python setup.py develop
    36     python setup.py develop
    37 
    37