From 00f7e35a2498cc9a26e39e297007c29c8171d6ed Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sat, 14 Sep 2013 01:15:36 +1200 Subject: [PATCH] Thanks cracks --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 906ead3..f318288 100755 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Before you can run the bot, you need to install a few Python dependencies. LXML These can be installed with `pip` (The Python package manager): [sudo] pip install -r requirements.txt + +If you use `pip`, you will also need the following packages on linux or `pip` will fail to install the requirements. + ```python, python-dev, libenchant-dev, libenchant1c2a, libxslt-dev, libxml2-dev.``` #### How to install `pip`