Suggestion to include on Installation Instruction process

Hi Friends of HA community,

I’ve been installing HA for quite some time now. I prefer to install it directly on linux, instead of using the hassio image. Every time I’ve installed it I’ve encountered similar problems, so, I’d like to suggest some corrections to the instructions from https://www.home-assistant.io/docs/installation/armbian/:slight_smile:

where it says sudo apt-get install python3-dev python3-pip I’d include python3-setuptools as it is needed while pip installing HA.

Also, I’d suggest to change sudo pip3 install homeassistant to sudo pip3 install wheel homeassistant as wheel is necessary on HA install process.

Regards

Leo

Go to the page.

See the little link at the top? The one that says edit this page on Github? Click it.

Submit a pull request to fix it.

2 Likes