diff --git a/pages/home.rst b/pages/home.rst
index 101bf03..0e06547 100644
--- a/pages/home.rst
+++ b/pages/home.rst
@@ -94,6 +94,9 @@ pygal uses `lxml `_ to generate the svg, this is the only neede
Optional dependencies
---------------------
+PNG output requires `CairoSVG `_, `tinycss `_ and `cssselect `_.
+Install those with ``pip install CairoSVG tinycss cssselect``
+
Unit testing needs `py.test `_ or `nosetests `_.
Visual testing is based on `flask `_.