mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add missing dependency (#14581)
It seems like `libopenjp2-7` is a new dependency for version 0.115.2. We should document it
This commit is contained in:
parent
a946cb3620
commit
4d68365e86
@ -41,7 +41,7 @@ sudo apt-get upgrade -y
|
|||||||
Install the dependencies.
|
Install the dependencies.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf build-essential
|
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf build-essential libopenjp2-7
|
||||||
```
|
```
|
||||||
|
|
||||||
Add an account for Home Assistant Core called `homeassistant`.
|
Add an account for Home Assistant Core called `homeassistant`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user