aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 553a5da..b7050ec 100644
--- a/README.rst
+++ b/README.rst
@@ -8,19 +8,20 @@ django-wkhtmltopdf
Converts html to PDF
--------------------
-Provides a thin wrapper to the wkhtmltopdf binary from https://github.com/wkhtmltopdf/wkhtmltopdf
-Get the wkhtmltopdf binaries from http://wkhtmltopdf.org/
+Provides a thin Django wrapper for the `wkhtmltopdf`_ binary.
+.. _wkhtmltopdf: http://wkhtmltopdf.org/
Requirements
------------
Install the `wkhtmltopdf`_ binary.
+
This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``).
-.. _wkhtmltopdf: http://wkhtmltopdf.org/
+.. _wkhtmltopdf: http://wkhtmltopdf.org/downloads.html
-Python 2.6
+Python 2.6+ through 3.4 is supported.
Installation