Skip to content

Commit

Permalink
Update macOS build isntructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 2, 2024
1 parent 888153a commit 932a41e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions INSTALL.txt
Expand Up @@ -133,8 +133,13 @@ both libraries automatically in their latest version, e.g.
MacOS-X
.......

On MacOS-X, use the following to build the source distribution,
and make sure you have a working Internet connection, as this will
On MacOS-X, we provide binary wheels ("universal2" for Python 3.9+),
so just use::

sudo pip3 install lxml

To build the source distribution, use the following and
make sure you have a working Internet connection, as this will
download libxml2 and libxslt in order to build them::

STATIC_DEPS=true sudo pip install lxml
Expand Down

0 comments on commit 932a41e

Please sign in to comment.