From 5ffc2bd63c4dff1cbe5d6e1c42251c03e71e37e8 Mon Sep 17 00:00:00 2001
From: Adam Taranto <adam.p.taranto@gmail.com>
Date: Sun, 5 Jan 2025 12:12:13 +1100
Subject: [PATCH] Add link to imagemagick install info for other linux distros

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 056a1cd4..99108e1f 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,8 @@ sudo apt-get update
 sudo apt-get install libmagickwand-dev
 ```
 
+See the [Wand](https://docs.wand-py.org/en/0.2.4/guide/install.html) docs for instructions on installing ImageMagick on other systems.
+
 A few modules may ask for locations of external programs,
 if the executable cannot be found in your `PATH`.
 
@@ -131,7 +133,6 @@ You can use the the YAML files in this repo to create an environment with basic
 
 If you are new to Conda, we recommend the [Miniforge](https://conda-forge.org/download/) distribution.
 
-
 ```bash
 conda env create -f environment.yml