Skip to content

Commit

Permalink
Update documentation of installation on macOS with Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Oct 5, 2022
1 parent cd09a5e commit 863b3d6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions docs/first_steps.rst
Expand Up @@ -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/

Expand Down

0 comments on commit 863b3d6

Please sign in to comment.