Pybliographer provides a framework for working with bibliographic
databases.

For more information, please consult the documentation at:

	http://www.idiap.ch/~gobry/pyblio


* Installation 

Basically, it should look like :

	./configure && make
	su
	make install

For more configuration details, have a look at ./INSTALL and try ./configure --help

* RedHat & Debian users

Please  check  that  python  and  recode  have  their  devel  packages
installed. For *Debian*, this means that the following packages should
be present :

	python-base
	python-dev
	python-gdk-imlib
	python-gnome
	python-gtk
	python-misc
	python-net
	python-tk

(thanks to Yuri Bongiorno for having isolated the minimal required list ;-))

