README tweaks

This commit is contained in:
neersighted 2012-02-29 12:21:24 -08:00
parent 7c0ff1f561
commit 9cf40400ab

View file

@ -25,7 +25,7 @@ Unzip the resulting file, and continue to read this document.
## Install ## Install
Before you can run the bot, you need to install a few Python modules. These are `lXML`, `BeautifulSoup`, `MyGengo`, and `HTTPlib2`. These can be installed with PIP (The Python packager): Before you can run the bot, you need to install a few Python modules. These are `lXML`, `BeautifulSoup`, `MyGengo`, and `HTTPlib2`. These can be installed with PIP (The Python package manager):
`sudo pip install lxml` `sudo pip install lxml`
@ -39,21 +39,21 @@ On Debian based systems, you can get pip with
`sudo apt-get install pip` `sudo apt-get install pip`
For `.spell` to work, we also need a library called `Enchant`. On Debian based systems, install with For `.spell` to work, we also need a library called `Enchant`. On Debian based systems, install it with:
`sudo apt-get install python-enchant` `sudo apt-get install python-enchant`
In addition, for `.whois` to work optimally, you must have `whois` installed. Again, on Debian based systems, install it with 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` `sudo apt-get install whois`
If you are a user of another Linux disto, use your package manager to install the dependencies, or, for other operating systems, use **Google** to locate source packages you can install. If you are a user of another Linux disto, use your package manager to install the dependencies, or, for other operating systems, use **Google** to locate source packages you can install.
Once you have installed the required dependencies, run the wrapper Once you have installed the required dependencies, run the wrapper:
`./cloudbot` `./cloudbot`
It will generate a default config for you. Once you have edited the config, run it again with It will generate a default config for you. Once you have edited the config, run it again with:
`./cloudbot` `./cloudbot`
@ -65,7 +65,7 @@ To configure your CloudBot, visit the [Config Wiki Page](http://git.io/cloudbotc
To write your own plugins, visit the [Plugin Wiki Page](http://git.io/cloudbotplugins). To write your own plugins, visit the [Plugin Wiki Page](http://git.io/cloudbotplugins).
More at the [Wiki Home Page](http://git.io/cloudbotwiki). More at the [Wiki Main Page](http://git.io/cloudbotwiki).
## Support ## Support