equal
deleted
inserted
replaced
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 |