diff -r d1b374aa5174 -r b218df942dd4 doc/book/en/tutorials/tools/windmill.rst --- a/doc/book/en/tutorials/tools/windmill.rst Wed Jul 07 13:50:55 2010 +0200 +++ b/doc/book/en/tutorials/tools/windmill.rst Wed Jul 07 10:53:03 2010 +0200 @@ -26,7 +26,16 @@ pip install windmill curl -O http://github.com/windmill/windmill/tarball/master -Some install instructions are `available `_. +However, the Windmill project doesn't release frequently. Our recommandation is +to used the last snapshot of the Git repository: + +.. sourcecode:: shell + + git clone git://github.com/windmill/windmill.git HEAD + cd windmill + python setup.py develop + +Install instructions are `available `_. Be sure to have the windmill module in your PYTHONPATH afterwards::