diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 74bc51d..b083824 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -6,7 +6,7 @@ Installation Here are some installation instructions for getting going. It is preferred to install from `PyPi`_, however, you are welcome to build from source if you so desire. -Currently only Linux, Windows 64-bit and MacOS systems (Intel and ARM) are supported. +Currently every major 64-bit OS is supported except Windows on ARM. For all methods, if you want to use the included :py:class:`Loader` class to load images, you will also need the `MagickWand `_ C-library. The installation of MagickWand is fairly straight forward. @@ -56,7 +56,6 @@ Dependencies ============ - `Chafa `_ -- `MagickWand `_ - `Hatchling `_ (for building) - Python 3.8 or later