Skip to content

Instantly share code, notes, and snippets.

@maqboolkhan
Created December 16, 2015 20:18
Show Gist options
  • Save maqboolkhan/063269c17a39c28d9a4b to your computer and use it in GitHub Desktop.
Save maqboolkhan/063269c17a39c28d9a4b to your computer and use it in GitHub Desktop.
Install lxml on linux (Elementary OS/Ubuntu)
# 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