From 4d635bb372c7f669498e55113c20e8f324dcf0a9 Mon Sep 17 00:00:00 2001 From: lukeroge Date: Thu, 19 Apr 2012 22:52:23 +1200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0879d15..4ed9eac 100755 --- a/README.md +++ b/README.md @@ -25,15 +25,12 @@ Unzip the resulting file, and continue to read this document. ## 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 beautifulsoup` -`sudo pip install psutil` - -`sudo pip install httplib2` On Debian based systems, you can get pip with