1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 20:47:56 +03:00

Update documentation of installation on macOS with Homebrew

This commit is contained in:
Guillaume Ayoub 2022-10-05 09:34:40 +02:00
parent cd09a5e911
commit 863b3d677f

View File

@ -164,18 +164,9 @@ following packages::
macOS
~~~~~
The easiest way to install WeasyPrint on macOS is to use Homebrew_.
The easiest way to install WeasyPrint on macOS is to use Homebrew_::
When Homebrew is installed, install Python, Pango and libffi::
brew install python pango libffi
You can then install WeasyPrint in a `virtual environment`_ using `pip`_::
python3 -m venv venv
source venv/bin/activate
pip3 install weasyprint
weasyprint --info
brew install weasyprint
.. _Homebrew: https://brew.sh/