Skip to content

Instantly share code, notes, and snippets.

@tzi
Last active July 4, 2024 10:24
Show Gist options
  • Save tzi/251bece8f7763138111c to your computer and use it in GitHub Desktop.
Save tzi/251bece8f7763138111c to your computer and use it in GitHub Desktop.
WeasyPrint install on a clean Ubuntu
sudo apt-get install libxml2-dev libxslt-dev libffi-dev libcairo2-dev libpango1.0-dev python-dev python-pip
sudo pip install WeasyPrint
@VivekMiOO7
Copy link

sudo apt-get install libxml2-dev libxslt-dev libffi-dev libcairo2-dev libpango1.0-dev python3 python3-pip
sudo pip3 install WeasyPrint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment