Installing wiican:
===================

Install wminput: You can 'apt-getit' on Debian/Ubunty systems 
    - Download and install cwiid [1]
    - Download and install wminput [2]

Other dependencies:
    - Python >= 2.5
    - dbus-python
    - python-gconf
    - python-gobject
    - PyGTK
    - PyXDG
    - PLY
    - gnome-bluetooth (bluez-gnome in older versions)
    - HAL
    - udev

Load uinput module with perms for non-root users:
    - Copy udev-rules/* to your udev rules directory (i.e.: /lib/udev/rules.d)
    - Reload udev. (i.e.: On Ubuntu and Debian run /etc/init.d/udev reload
    - Maybe you want to autoload uinput module by adding it on /etc/modules

Running wiican:
    - Type wiican if installed

Install wiican:
    - Run as root: python setup.py install

[1] http://abstrakraft.org/cwiid/
[2] http://abstrakraft.org/cwiid/wiki/wminput
