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
This commit is contained in:
Dreadnought 2024-05-26 20:36:16 +02:00 committed by GitHub
parent 1fb70a2490
commit a16ff8cf69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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