Last active
July 4, 2024 10:24
-
-
Save tzi/251bece8f7763138111c to your computer and use it in GitHub Desktop.
WeasyPrint install on a clean 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
sudo apt-get install libxml2-dev libxslt-dev libffi-dev libcairo2-dev libpango1.0-dev python-dev python-pip | |
sudo pip install WeasyPrint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo apt-get install libxml2-dev libxslt-dev libffi-dev libcairo2-dev libpango1.0-dev python3 python3-pip
sudo pip3 install WeasyPrint