From ce1ce56a670212277590b67ce5148a0e2c785a10 Mon Sep 17 00:00:00 2001 From: Chandler Scott <8th.realm@gmail.com> Date: Tue, 26 Mar 2024 12:32:24 -0600 Subject: [PATCH] Add notes for running on Apple Silicon --- docs/guide/install.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guide/install.rst b/docs/guide/install.rst index 07025886..ad4f4b9c 100644 --- a/docs/guide/install.rst +++ b/docs/guide/install.rst @@ -75,6 +75,13 @@ Homebrew $ brew install imagemagick --with-liblqr + If you are running on a Mac with Apple Silicon, you will need to export + :envvar:`MAGICK_HOME` before using Wand. + + .. sourcecode:: console + + $ export MAGICK_HOME=/opt/homebrew + MacPorts .. sourcecode:: console