Add optional dependencies introduced in Limnoria in INSTALL.md.

This commit is contained in:
Valentin Lorentz 2014-03-04 13:51:16 +00:00
parent 2601f33b19
commit b9e4f80e2a
1 changed files with 12 additions and 0 deletions

View File

@ -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