mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Update installation.markdown (#8391)
This commit is contained in:
parent
fba0bc3cc8
commit
6c29c39962
@ -18,10 +18,11 @@ Installing the drivers might require some extra packages to be installed. Check
|
|||||||
|
|
||||||
### {% linkable_title Linux (except Hass.io) %}
|
### {% linkable_title Linux (except Hass.io) %}
|
||||||
|
|
||||||
On Linux platforms (other than Hass.io) there is one dependency you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems):
|
On Linux platforms (other than Hass.io) there two dependencies you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install libudev-dev
|
$ sudo apt-get install libudev-dev
|
||||||
|
$ sudo apt-get install libopenzwave1.5-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
On Python 3.6 you may also have to install `libpython3.6-dev`, and possibly `python3.6-dev`.
|
On Python 3.6 you may also have to install `libpython3.6-dev`, and possibly `python3.6-dev`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user