Created
December 16, 2015 20:18
-
-
Save maqboolkhan/063269c17a39c28d9a4b to your computer and use it in GitHub Desktop.
Install lxml on linux (Elementary OS/Ubuntu)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# first install dependecies | |
sudo apt-get install -y libxml2-dev libxslt1-dev zlib1g-dev build-essential python-dev | |
# then now time to install lxml | |
sudo pip install lxml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment