===== Install [loveMachine] on Windows =====
This has been tested on Windows XP, but should work on later systems too.
- If you don't have Python installed yet (and Windows don't have it by default), download and install Python 2.6 or greater from http://python.org/download/
- Add Python to your system path for easier use.
- Install SetupTools from http://pypi.python.org/pypi/setuptools and add it to your system path, too
- Install pip by typing the command easy_install pip
. (You might not need pip since you certainly can install Selenium with easy_install, but since pip is a nicer python package manager, why not use it.
- Install Selenium Webdriver using pip like this:pip install selenium
- Download [loveMachine] at https://github.com/juego/loveMachine/zipball/master
- Unzip it
- Go into the loveMachine/webdriver directory
- Run it by double clicking on loveMachine.py and follow instructions.