Get the RaspberryPi, arrange power supply, boot it up.
Start the window manager with
startlxde
Enable I2C Driver using the commands
modprobe i2c-bcm2708 modprobe i2c-dev
... and get the i2c-tools using
apt-get install i2c-tools
... following instructions here