From c40c2c1f7933da4fc17b897ed74570eb8e82a8d2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 3 Nov 2013 19:30:52 +0100 Subject: [PATCH] Added SQLAlchemy in INSTALL.md. --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index c3e23a9a5..94d8b882c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,8 +12,11 @@ isn't any way to get around it. You can get it from [Python homepage]. [Twisted] -- Version 1.2.0 or greater (unless you actually want to use Twisted, you don't actually need it) +[SQLAlchemy] -- If you want the Aka plugin (and probably other plugins in the future) + [PySQLite]:https://code.google.com/p/pysqlite/ [Twisted]:http://twistedmatrix.com/trac/ +[SQLAlchemy]:http://www.sqlalchemy.org/ For more information and help on how to use Supybot, checkout the documents under [docs/], especially [GETTING_STARTED] and