Skip to content

Commit a16ff8c

Browse files
authored
Update README with Ubuntu command to install python3-pil (InfiniTimeOrg#143)
* Added Ubuntu/Debian command to install python3-pil package in readme Build may fail without that command on Ubuntu/Debian * cleanup
1 parent 1fb70a2 commit a16ff8c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,15 @@ pip install wheel Pillow
7373

7474
Optionally, depending on your distro, it may also serve the Pip package as official native installation packages:
7575

76+
On Ubuntu/Debian
77+
78+
```sh
79+
sudo apt install python3-pil
80+
```
81+
82+
On OpenSUSE (Tumbleweed)
83+
7684
```sh
77-
# OpenSUSE Tumbleweed
7885
sudo zypper install python311-Pillow
7986
```
8087

0 commit comments

Comments
 (0)