Browse Source

Document the optional dependencies for PNG output.

Hopefully this will help with #2
pull/36/head
Simon Sapin 13 years ago
parent
commit
c51257f4e8
  1. 3
      pages/home.rst

3
pages/home.rst

@ -94,6 +94,9 @@ pygal uses `lxml <http://lxml.de/>`_ to generate the svg, this is the only neede
Optional dependencies
---------------------
PNG output requires `CairoSVG <http://cairosvg.org/>`_, `tinycss <http://packages.python.org/tinycss/>`_ and `cssselect <http://packages.python.org/cssselect/>`_.
Install those with ``pip install CairoSVG tinycss cssselect``
Unit testing needs `py.test <http://pytest.org/latest/>`_ or `nosetests <http://readthedocs.org/docs/nose/en/latest/>`_.
Visual testing is based on `flask <http://flask.pocoo.org/>`_.

Loading…
Cancel
Save