mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update Centos Installation include dependencies
I attempted to follow the documentation to install HASS on to Centos 7.5 minimal. I found gcc gcc-c++ were required for hass to complete the auto install of various python packages and systemd-devel for zwave. Figure this information/step should be included in the installation wiki for centos.
This commit is contained in:
parent
642e8fcb9d
commit
83aaf05c47
@ -20,6 +20,11 @@ First of all install the software collection repository as root. For example, on
|
||||
```bash
|
||||
$ yum install centos-release-scl
|
||||
```
|
||||
Install some dependencies you'll need later.
|
||||
|
||||
```bash
|
||||
$ yum install gcc gcc-c++ systemd-devel
|
||||
```
|
||||
|
||||
Then install the Python 3.6 package:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user