Mention dependencies in README.txt.

This commit is contained in:
John "Elwin" Edwards 2014-03-08 14:36:11 -08:00
parent b2a8cfeae0
commit c0023af02c

View file

@ -5,9 +5,10 @@ a patch to the Git version of dgamelaunch. The patch makes it compatible with
the RLGWebD player and adds properly salted passwords.
lighttpd/ contains the configuration files for lighttpd which have been
modified from the distribution versions.
modified from the distribution versions (current version 1.4.34).
py/ contains various Python scripts.
py/ contains various Python scripts. Python 3 is required. The dependencies
needed are psycopg2 and pytz.
py/recorder.py processes the log files and stores the data in a PostgreSQL
database. It should be run periodically by cron.