Skip to content

Instantly share code, notes, and snippets.

@calufa
Forked from tzi/install.sh
Last active June 27, 2016 22:31
Show Gist options
  • Save calufa/fac025cff085dd37e42e6a5621a813aa to your computer and use it in GitHub Desktop.
Save calufa/fac025cff085dd37e42e6a5621a813aa to your computer and use it in GitHub Desktop.
WeasyPrint install on a clean Ubuntu
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
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