Prerequisites
Operating System
Linux
MacOS
Software
Python
Homeassistant
XDK Workbench 3.4.0
MacOs Installation
To run Home Assistant on macOS you need to install Python first. Download Python 3.5.3 or later from https://www.python.org/downloads/mac-osx/ and follow the instructions of the installer.
Open a terminal and install Home Assistant.
$ pip3 install homeassistantLinux installation
Once Python is installed, execute the following code in a console:
$ pip3 install homeassistantPosible Libary Dependecy
Ubuntu
$ pip install MySql-Python
$ pip install SQLAlchemyMac Os
$ pip install sqlalchemyLast updated
Was this helpful?