Updated readme

This commit is contained in:
neersighted 2012-02-28 02:10:17 -08:00
parent 4f53daa642
commit b91dc4655a
1 changed files with 9 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Get Cloudbot at [git.io/getcloudbot](http://git.io/getcloudbot "CloudBot").
Unzip, and follow the install directions.
### Install
Before you can run the bot, you need to install a few Python modules. These are `lXML`, `BeautifulSoup`, and `Enchant`. On Debian based systems, these can be installed using the following commands:
Before you can run the bot, you need to install a few Python modules. These are `lXML`, `BeautifulSoup`, `Enchant` and `HTTPlib2. You will allso need `pip` for MyGengo. On Debian based systems, these can be installed using the following commands:
`sudo apt-get install python-lxml`
@ -20,6 +20,14 @@ Before you can run the bot, you need to install a few Python modules. These are
`sudo apt-get install python-enchant`
`sudo apt-get install python-httplib2`
`sudo apt-get install python-pip`
Install mygengo with
`sudo pip install mygengo`
In addition, for .whois to work optimally, you must have `whois` installed. Again, on Debian based systems, install it with
`sudo apt-get install whois`