From 8a87d379c8e6a8c048e2589c2505d0dae2289476 Mon Sep 17 00:00:00 2001 From: Felix Dreissig Date: Thu, 2 Nov 2023 18:09:08 +0100 Subject: [PATCH] Docs: Move non-library dependencies to the bottom, mention tkinter [ci skip] --- docs/installation.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ef3b0c960d7..38e495199c5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -171,11 +171,6 @@ Many of Pillow's features require external libraries: transparent WebP files. Versions **0.3.0** and above support transparency. -* **tcl/tk** provides support for tkinter bitmap and photo images. - -* **olefile** provides support for Kodak FlashPix (FPX) and Microsoft - Image Composer (MIC) files. - * **openjpeg** provides JPEG 2000 functionality. * Pillow has been tested with openjpeg **2.0.0**, **2.1.0**, **2.3.1**, @@ -210,6 +205,12 @@ Many of Pillow's features require external libraries: * **libxcb** provides X11 screengrab support. +* **tcl/tk** and the **tkinter** Python bindings provide support for tkinter + bitmap and photo images. + +* **olefile** provides support for Kodak FlashPix (FPX) and Microsoft + Image Composer (MIC) files. + .. tab:: Linux If you didn't build Python from source, make sure you have Python's