diff --git a/README.md b/README.md index 3485fac..512ab57 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Get CloudBot at [https://github.com/ClouDev/CloudBot/zipball/develop](https://gi Unzip the resulting file, and continue to read this document. ### Install - + + Install required Linux packages (check buttom) + Before you can run the bot, you need to install a few Python dependencies. These can be installed with `pip` (The Python package manager): [sudo] pip install -r requirements.txt @@ -91,6 +93,8 @@ If you think you have found a bug/have a idea/suggestion, please **open a issue* ### Requirements +Linux packages needed for install: python, python-dev, libenchant-dev, libenchant1c2a, libxslt-dev, libxml2-dev. + CloudBot runs on **Python** *2.7.x*. It is developed on **Ubuntu** *12.04* with **Python** *2.7.3*. It **requires the Python module** `lXML`, and `Enchant` is needed for the spellcheck plugin.