Python - Install lxml module

To be able to install lxml python module, you have to install some of its dependencies:

sudo apt-get install python-dev libxml2 libxml2-dev libxslt-dev
pip install lxml
 
 
For more information about lxml: http://lxml.de/ 
 
 

Comments