From b2a8cfeae04ea57c78de350a7673e912f2b2376b Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sat, 25 Jan 2014 13:44:44 -0800 Subject: [PATCH] Mention stats2.py in the README. --- README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.txt b/README.txt index 9236399..e5eed95 100644 --- a/README.txt +++ b/README.txt @@ -12,6 +12,9 @@ py/ contains various Python scripts. py/recorder.py processes the log files and stores the data in a PostgreSQL database. It should be run periodically by cron. +py/stats2.py does some statistical calculations and creates SVG charts which +are included in the Web pages. It should be run from cron, daily or so. + py/rlgall.py is a module which recorder.py requires. It should be installed in /lib/python/site-packages or the equivalent location.