Thanks cracks

This commit is contained in:
Luke Rogers 2013-09-14 01:15:36 +12:00
parent e5038156ea
commit 00f7e35a24
1 changed files with 3 additions and 0 deletions

View File

@ -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`