test/aggregate.py: Add an example aggregation script
[pycalendar.git] / README
diff --git a/README b/README
index 053a1f9d44a6c4805a3287b50b4eccd07ea16ea7..2818559e4ac48397339ab8c955c90627e48969bf 100644 (file)
--- a/README
+++ b/README
@@ -31,6 +31,11 @@ Test with nose_::
 
   $ nosetests --with-doctest --doctest-tests pycalendar
 
+There is also a example aggregation script that prints aggregate feed
+to stdout and geographic positions to stderr.  Run it with::
+
+  $ PYTHONPATH=. test/aggregate.py
+
 
 .. _Calagator: http://calagator.org/
 .. _distutils: http://docs.python.org/3/distutils/