@@ -38,7 +38,7 @@ easily installed using APT:
3838
3939.. sourcecode :: console
4040
41- $ sudo apt-get install libmagickwand-dev
41+ $ sudo apt install imagemagick
4242
4343
4444.. _install-imagemagick-redhat :
@@ -52,7 +52,7 @@ it can be installed using Yum:
5252.. sourcecode :: console
5353
5454 $ yum update
55- $ yum install ImageMagick-devel
55+ $ yum install ImageMagick-libs
5656
5757
5858.. _install-imagemagick-mac :
@@ -67,13 +67,20 @@ Homebrew
6767
6868 $ brew install imagemagick
6969
70- .. If :ref:`seam carving <seam-carving>` (:meth:`Image.liquid_rescale()
71- <wand.image.BaseImage.liquid_rescale>`) is needed you have install
72- liblqr_ as well:
70+ If :ref: `seam carving <seam-carving >` (:meth: `Image.liquid_rescale()
71+ <wand.image.BaseImage.liquid_rescale> `) is needed you have install
72+ liblqr _ as well:
7373
74- .. sourcecode:: console
74+ .. sourcecode :: console
75+
76+ $ brew install imagemagick --with-liblqr
77+
78+ If you need to render PDF files, or use FreeType font features, you
79+ will need to install Ghostscript:
80+
81+ .. sourcecode :: console
7582
76- $ brew install imagemagick --with-liblqr
83+ $ brew install ghostscript
7784
7885 If you are running on a Mac with Apple Silicon, you will need to export
7986 :envvar: `MAGICK_HOME ` before using Wand.
0 commit comments