Installation guide¶
Pre-requisites¶
The installation steps assume that you have the following things installed:
- Python 2.7
- lxml. Most Linux distributions ships prepackaged versions of lxml. Otherwise refer to http://lxml.de/installation.html
- redis.Redis server need to be installed to run the dragline.Please refer to http://redis.io/download
for Ubuntu users:
sudo apt-get install libxml2-dev libxslt-dev python-dev zlib1g-dev redis-server