From 4ffa20b9f8515f7a09b9e41b63192edc40c2c6be Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 10 May 2012 09:59:52 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67a3a7c..4b0a733 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ 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` and `BeautifulSoup`. 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). If you use Windows and dont want to set up pip, you can also find `exe` installers on the internet: `pip install lxml`