Update README.md

This commit is contained in:
lukeroge 2012-04-19 22:52:23 +12:00
parent 64981d429b
commit 4d635bb372

View file

@ -25,15 +25,12 @@ 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`, `psutil`, and `HTTPlib2`. These can be installed with PIP (The Python package manager): Before you can run the bot, you need to install a few Python modules. These are `lXML` and `BeautifulSoup`. These can be installed with PIP (The Python package manager):
`sudo pip install lxml` `sudo pip install lxml`
`sudo pip install beautifulsoup` `sudo pip install beautifulsoup`
`sudo pip install psutil`
`sudo pip install httplib2`
On Debian based systems, you can get pip with On Debian based systems, you can get pip with