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 ```