Skip to content

Commit 863b3d6

Browse files
committedOct 5, 2022
Update documentation of installation on macOS with Homebrew
1 parent cd09a5e commit 863b3d6

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
 

‎docs/first_steps.rst

+2-11
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,9 @@ following packages::
164164
macOS
165165
~~~~~
166166

167-
The easiest way to install WeasyPrint on macOS is to use Homebrew_.
167+
The easiest way to install WeasyPrint on macOS is to use Homebrew_::
168168

169-
When Homebrew is installed, install Python, Pango and libffi::
170-
171-
brew install python pango libffi
172-
173-
You can then install WeasyPrint in a `virtual environment`_ using `pip`_::
174-
175-
python3 -m venv venv
176-
source venv/bin/activate
177-
pip3 install weasyprint
178-
weasyprint --info
169+
brew install weasyprint
179170

180171
.. _Homebrew: https://brew.sh/
181172

0 commit comments

Comments
 (0)