I am running the following comand for installing the packages in that file \" pip install -r requirements.txt --download-cache=~/tmp/pip-cache\".
pip install -r requirements.txt --download-cache=~/tmp/pip-cache
Install Cython using
easy_install Cython
After completion of cython, install libxslt-devel & libxml2-devel using
yum install libxslt-devel libxml2-devel
This worked for me.