Skip to content

Commit

Permalink
Add link to imagemagick install info for other linux distros
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Jan 5, 2025
1 parent bfef2f3 commit 5ffc2bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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

Expand Down

0 comments on commit 5ffc2bd

Please sign in to comment.