REQUIREMENTS
============

Core functionality:
  Python 2.x >= 2.4 (not 3.0+ at the moment)
  Python GConf bindings

Preferences window (-p option) and daemon mode:
  GTK+ >= 2.4
  PyGTK >= 2.4

The Python GConf bindings are in the python-gconf package on Debian/Ubuntu/etc.
and gnome-python2-gconf on Fedora. PyGTK is in the python-gtk2 package on
Debian/Ubuntu/etc. and pygtk2 on Fedora.


INSTALLATION
============

This code uses the standard distutils method of installation:

	$ python setup.py install

This will install the main program as /usr/bin/freshwall, and place its
necessary modules into the Python site-packages/freshwall directory.

You can then run it to change the wallpaper, or set preferences:

	$ freshwall
	$ freshwall --preferences


LICENSE
=======

This project is free software, released under the Apache 2.0 license. See the
source files for details.

