aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-06-18 11:22:39 +0100
committerMatt Lenc <mattl@incuna.com>2014-06-18 11:22:39 +0100
commit25cf30db173bdd708f07c33aca33f2f64087f4d5 (patch)
tree3a7a8f3f07a0523b90e9d5389a0795b18dbee198 /README.rst
parentd843e33d973b550bb7b019c80f94034e0080b02a (diff)
downloaddjango-wkhtmltopdf-25cf30db173bdd708f07c33aca33f2f64087f4d5.tar.gz
django-wkhtmltopdf-25cf30db173bdd708f07c33aca33f2f64087f4d5.tar.bz2
django-wkhtmltopdf-25cf30db173bdd708f07c33aca33f2f64087f4d5.zip
[ci skip] Update README
Diffstat (limited to 'README.rst')
-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