Mention stats2.py in the README.

This commit is contained in:
John "Elwin" Edwards 2014-01-25 13:44:44 -08:00
parent 479c173caf
commit b2a8cfeae0

View file

@ -12,6 +12,9 @@ py/ contains various Python scripts.
py/recorder.py processes the log files and stores the data in a PostgreSQL py/recorder.py processes the log files and stores the data in a PostgreSQL
database. It should be run periodically by cron. 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 py/rlgall.py is a module which recorder.py requires. It should be installed
in /lib/python<x.y>/site-packages or the equivalent location. in /lib/python<x.y>/site-packages or the equivalent location.