doc/tutorials/tools/windmill.rst
branch3.27
changeset 12873 de90a96be6f0
parent 10491 c67bcee93248
equal deleted inserted replaced
12872:c91685a3c731 12873:de90a96be6f0
    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     $ git clone git://github.com/windmill/windmill.git HEAD
    32     $ git clone git://github.com/windmill/windmill.git HEAD
    33     $ cd windmill
    33     $ cd windmill
    34     $ python setup.py develop
    34     $ python3 setup.py develop
    35 
    35 
    36 Install instructions are `available <http://wiki.github.com/windmill/windmill/installing>`_.
    36 Install instructions are `available <http://wiki.github.com/windmill/windmill/installing>`_.
    37 
    37 
    38 Be sure to have the windmill module in your PYTHONPATH afterwards::
    38 Be sure to have the windmill module in your PYTHONPATH afterwards::
    39 
    39 
    40     $ python -c "import windmill"
    40     $ python3 -c "import windmill"
    41 
    41 
    42 X dummy
    42 X dummy
    43 -------
    43 -------
    44 
    44 
    45 In order to reduce unecessary system load from your test machines, It's
    45 In order to reduce unecessary system load from your test machines, It's