From 0f5874fb6917a24ca240d51411bc2f8413cc5d80 Mon Sep 17 00:00:00 2001 From: lukeroge Date: Fri, 3 Feb 2012 05:49:12 +1300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0455d71..6496a96 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Before you can run the bot, you need to install a few Python modules. These are ```sudo apt-get install python-beautifulsoup ``` +For the spell.py plugin to work you need *python-enchant*. This can be installed with: +```sudo apt-get install python-enchant +``` + If you use another OS or distro you can find source packages on the module(s) web site, or you can try to find suitable packages in your package manager. Once installing these packages run the bot once with ```python bot.py``` to generate the config file. Stop the bot, edit the config, and run the bot again with ```python bot.py``` to start it up :)