<< Index << Install Home
Installing Windmill
MacOSX
Pre Reqs
- Install xcode: http://developer.apple.com/technology/xcode.html
- Install Python 2.5 (10.4 and previous): http://www.python.org (Do not use MacPorts)
- Install easy_install:
- Download http://peak.telecommunity.com/dist/ez_setup.py
sudo python ez_setup.py
- Download http://peak.telecommunity.com/dist/ez_setup.py
Install
sudo easy_install windmill
Run
windmill shell { firefox|safari } http://www.google.com
Linux
Pre Reqs
- Install python and setuptools
sudo apt-get install python2.5 wget http://peak.telecommunity.com/dist/ez_setup.py sudo python ez_setup.py
Install
sudo easy_install windmill
Run
windmill shell firefox http://www.google.com
Windows
Pre Reqs
- (optional) Install cygwin: http://www.cygwin.com/
- Install from the internet
- Select packages to install, devel > subversion ( * NOTE: do NOT install the subversion-devel, and make all python packages are unchecked)
- Install Python: http://www.python.org/download/
- Add Python to your PATH
- Right click on "My Computer".
- Select "Properties" from the context menu.
- In the "System Properties" dialog box, click on the "Advanced" tab.
- Click on the "Environment Variables" button.
- Highlight the "Path" Variable in "System variables" section.
- Click the "Edit" button.
- Append the following lines to the text inside the "Variable value" text box semi-colon delimited.
C:\Python25\ C:\Python25\Scripts\
- *NOTE: If either entry already exists in the text box, do not add a redundant copy.
- Add Python to your PATH
- Click "OK" on the "Edit System Variable" dialog box then "OK" on the "Environment Variables" dialog box to commit the changes.
- Install setuptools
- Download http://peak.telecommunity.com/dist/ez_setup.py
- Run 'python ez_setup.py' from directory where you saved the file
python ez_setup.py
- Install simplejson
easy_install http://files.turbogears.org/eggs/simplejson-1.9.2-py2.5-win32.egg
- Install the Windows Python extensions: http://sourceforge.net/project/showfiles.php?group_id=78018
Install
easy_install windmill
Run
windmill shell {browser: ie || firefox} http://www.google.com
What do I do now?
The Windmill functionality is explained in depth in The Windmill Book
