1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
WeasyPrint/README
2011-04-21 10:27:52 +02:00

26 lines
620 B
Plaintext

Dependencies
------------
Listed in setup.py, will install automatically if you use easy_install or pip:
* html5lib
* lxml
* cssutils
* Attest
Not listed in setup.py since they are either not on PyPI or tricky to compile.
You need to install these manually:
* PyCairo
* PyGTK
* python-rsvg
About the PyGTK dependency
--------------------------
WeasyPrint does not use GTK+, but it uses Pango for text rendering. Pango can
work without GTK+, but its Python bindings are part of PyGTK.
When GObject introspection becomes usable for both Pango and cairo, we can
switch to those and drop the PyGTK dependency.