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:
parent
1fb70a2490
commit
a16ff8cf69
|
@ -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:
|
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
|
```sh
|
||||||
# OpenSUSE Tumbleweed
|
|
||||||
sudo zypper install python311-Pillow
|
sudo zypper install python311-Pillow
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user