Skip to content

Commit 86fd2e8

Browse files
authored
Added wkhtmltopdf installation command for macOS
1 parent f8e07db commit 86fd2e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Installation
2828
.. code-block:: bash
2929
3030
$ sudo apt-get install wkhtmltopdf
31+
32+
* macOS:
33+
34+
.. code-block:: bash
35+
36+
$ brew install caskroom/cask/wkhtmltopdf
3137
3238
**Warning!** Version in debian/ubuntu repos have reduced functionality (because it compiled without the wkhtmltopdf QT patches), such as adding outlines, headers, footers, TOC etc. To use this options you should install static binary from `wkhtmltopdf <http://wkhtmltopdf.org/>`_ site or you can use `this script <https://github.com/JazzCore/python-pdfkit/blob/master/travis/before-script.sh>`_.
3339

0 commit comments

Comments
 (0)