Update Readme with required linux packages

This commit is contained in:
Edža 2013-02-28 16:03:59 +02:00
parent 072e73f3a1
commit 8c83bd3c50
1 changed files with 5 additions and 1 deletions

View File

@ -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.