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