mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add dependencies required for building Pillow (#15240)
If Pillow needs to be build from source (because there aren't any wheels available) zlib1g-dev and libjpeg-dev are required.
This commit is contained in:
parent
41fab677ff
commit
8dfb4bd021
@ -40,7 +40,7 @@ sudo apt-get upgrade -y
|
||||
Install the dependencies.
|
||||
|
||||
```bash
|
||||
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libtiff-dev autoconf build-essential libopenjp2-7
|
||||
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libtiff-dev autoconf build-essential libopenjp2-7 libjpeg-dev zlib1g-dev
|
||||
```
|
||||
|
||||
Add an account for Home Assistant Core called `homeassistant`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user