
PyProlog depends on the following distributions.

*  Python 2.0 or 2.1    http://www.python.org
	(Run 'python -V' to find out what you have.)	

*  SWI-Prolog 3.3.8 or 4.0.6   http://www.swi.psy.uva.nl/projects/SWI-Prolog/
	(Run 'pl -v' to find out what you have.)	

*  unittest    http://sourceforge.net/projects/pyunit/
	(You only need to get this if you are running Python 2.0)

*  A C compiler.


Step 1.
	tar xvfz PyProlog-0.1.tar.gz
	cd PyProlog-0.1

Step 2. (This step is optional, but recommended.)
	python setup.py build
	python setup.py install --home /tmp/test_pyprolog
	cd test
	PYTHONPATH=/tmp/test_pyprolog/lib/python/pyprolog  python test_all.py
	cd ../

Step 3.
	python setup.py install # run as root.

