From c0023af02cb6dc21bba33ea27db3da772af3ed70 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sat, 8 Mar 2014 14:36:11 -0800 Subject: [PATCH] Mention dependencies in README.txt. --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index e5eed95..97c3141 100644 --- a/README.txt +++ b/README.txt @@ -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.