From b9e4f80e2a27a561c071ad1a10f611a887fcfd03 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 4 Mar 2014 13:51:16 +0000 Subject: [PATCH] Add optional dependencies introduced in Limnoria in INSTALL.md. --- INSTALL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index a4c332dce..aa2fd4339 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,12 +7,24 @@ isn't any way to get around it. You can get it from [Python homepage]. # Recommended Software +The following libraries are not needed for running Limnoria, but enable +extra features you may want. (Order by decreasing estimated usefulness) + +[charade] -- enables better encoding handling + [PySQLite] -- Version 3.x (most Python distributions include it by default) +[pytz] and [python-dateutil] -- enable additional features of the `Time` plugin + +[python-gnupg] -- enables user authentication with GPG + [Twisted] -- Version 1.2.0 or greater (unless you actually want to use Twisted, you don't actually need it) +[charade]:https://pypi.python.org/pypi/charade [PySQLite]:https://code.google.com/p/pysqlite/ +[pytz]:https://pypi.python.org/pypi/pytz +[python-dateutil]:https://pypi.python.org/pypi/python-dateutil [Twisted]:http://twistedmatrix.com/trac/ For more information and help on how to use Supybot, checkout