# HG changeset patch # User fschwarz # Date 1299279261 0 # Node ID 0a17d3b5e9d6dfa15b73975cb5688f83ade24b78 # Parent 9faa35a31ec70848b3b232e67f8cc4ebdfb721db mention that pytz is not optional to run the automated tests (closes #249) diff --git a/INSTALL.txt b/INSTALL.txt --- a/INSTALL.txt +++ b/INSTALL.txt @@ -7,7 +7,8 @@ * Python 2.4 or later * CLDR 1.7 * Optional: setuptools 0.6b1 or later - * Optional: pytz (strongly recommended for real time-zone support) + * Optional: pytz (strongly recommended for real time-zone support, mandatory + to run the automated test suite) Installation