1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00

Merge branch 'master' of github.com:Kozea/WeasyPrint

This commit is contained in:
Guillaume Ayoub 2019-06-22 21:38:02 +02:00
commit f635c6d3bb

View File

@ -184,22 +184,32 @@ macOS
-----
WeasyPrint is automatically installed and tested on virtual macOS machines. The
official installation method relies on Homebrew:
official installation method relies on Homebrew. Install Homebrew if you haven't already:
.. code-block:: sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Python, cairo, Pango and GDK-PixBuf using Homebrew:
.. code-block:: sh
brew install python3 cairo pango gdk-pixbuf libffi
Don't forget to use the `pip3` command to install WeasyPrint, as `pip` may be
using the version of Python installed with macOS.
using the version of Python installed with macOS:
.. code-block:: sh
pip3 install WeasyPrint
If you get the `Fontconfig error: Cannot load default config file` message,
then try reinstalling fontconfig with the `universal` option:
then try reinstalling fontconfig:
.. code-block:: sh
brew uninstall fontconfig
brew install fontconfig --universal
brew install fontconfig
You can also try with Macports, but please notice that this solution is not
tested and thus not recommended (**also known as "you're on your own and may