home-assistant.io/source/getting-started/installation-python.markdown
2017-02-04 20:47:05 -08:00

2.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Installation on your computer Step by step guide to install Home Assistant on your computer. 2014-12-18 22:57 true false true true

Installing and running Home Assistant on your local machine is easy. The only requirement is that you have Python installed. For Windows we require at least Python 3.5 and for other operating systems at least Python 3.4.2.

Once installed, execute the following code in a console:

$ pip3 install homeassistant
$ hass --open-ui

Running these commands will:

If you're running a Linux-based platform, we suggest you follow the VirtualEnv Linux instructions to avoid using root.

Video tutorials of this process for various operating systems are available here:

{% linkable_title Updating %}

To update Home Assistant to the latest release check the Updating section.

{% linkable_title Troubleshooting %}

If you run into any issues, please see the troubleshooting page. It contains solutions to many commonly encountered issues.

In addition to this site, check out these sources for additional help:

{% linkable_title What's next? %}

To see what Home Assistant can do, launch demo mode: hass --demo-mode or visit the demo page.

Next step: Configuring Home Assistant »