From c999f4a7cd2ef3cdf8eeed97e27c32abc478744f Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 17 Nov 2013 01:04:03 +0100 Subject: [PATCH] Update list of dependencies. --- use/install.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/use/install.rst b/use/install.rst index f23bee6..82a11ea 100644 --- a/use/install.rst +++ b/use/install.rst @@ -22,11 +22,13 @@ Dependencies Here's the list of recommended software to run Supybot/Limnoria: * Supybot is written in Python, and requires `Python`_ - 2.4 or greater (but not Python 3). + 2.6 or greater. * `Twisted`_ framework 1.2.0 or greater (optional, you probably don't need it). +* `SQLAlchemy`_ If you want the Aka plugin (and probably other plugins in the future) .. _Python: http://www.python.org/ .. _Twisted: http://twistedmatrix.com/ +.. _SQLAlchemy: http://www.sqlalchemy.org/ Installation: UNIX/Linux/BSD ============================