From a16ff8cf69a551e0b75fc9bc9ee786d6608927e7 Mon Sep 17 00:00:00 2001 From: Dreadnought Date: Sun, 26 May 2024 20:36:16 +0200 Subject: [PATCH] Update README with Ubuntu command to install python3-pil (#143) * Added Ubuntu/Debian command to install python3-pil package in readme Build may fail without that command on Ubuntu/Debian * cleanup --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2ff23..5359870 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,15 @@ pip install wheel Pillow Optionally, depending on your distro, it may also serve the Pip package as official native installation packages: +On Ubuntu/Debian + +```sh +sudo apt install python3-pil +``` + +On OpenSUSE (Tumbleweed) + ```sh -# OpenSUSE Tumbleweed sudo zypper install python311-Pillow ```