Skip to content

Commit

Permalink
Update README with Ubuntu command to install python3-pil (#143)
Browse files Browse the repository at this point in the history
* Added Ubuntu/Debian command to install python3-pil package in readme

Build may fail without that command on Ubuntu/Debian

* cleanup
  • Loading branch information
fgiaimo authored May 26, 2024
1 parent 1fb70a2 commit a16ff8c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a16ff8c

Please sign in to comment.