Update README.md
This commit is contained in:
parent
2ee00dde5a
commit
0f5874fb69
1 changed files with 4 additions and 0 deletions
|
@ -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
|
```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.
|
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 :)
|
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 :)
|
||||||
|
|
Reference in a new issue