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 homeassistant

Linux installation

Once Python is installed, execute the following code in a console:

$ pip3 install homeassistant

Posible Libary Dependecy

Ubuntu

$ pip install MySql-Python
$ pip install SQLAlchemy

Mac Os

$ pip install sqlalchemy

Last updated

Was this helpful?