c727 c204d468c1 [Install] Refresh getting started installation (#3932)
* [Install] Refresh getting started installation

* Update index.markdown

* Update index.markdown

* Remove HTML
2017-11-12 15:35:23 +01:00

39 lines
1.6 KiB
Markdown

---
layout: page
title: "Install Home Assistant"
description: "Getting started: How to install Home Assistant."
date: 2016-09-26 21:00
sidebar: true
comments: false
sharing: true
footer: true
---
First you will need to install Home Assistant before we can get started:
We have developed **Hass.io** to turn your device into a dedicated Home Assistant hub controlled by a nice webinterface.
For Raspberry Pi and Intel NUC we offer configured images. Flash the image, setup WiFi (if required) and everything else can be done inside the Hass.io webinterface. Great, isn't it?
Also Home Assistant runs on any other device that supports **Python 3**.
<div class="text-center hass-option-cards" markdown="0">
<a class='option-card' href='/hassio/installation/'>
<div class='img-container'>
<img src='/images/supported_brands/home-assistant.png' />
</div>
<div class='title'>Install Home Assistant using Hass.io</div>
</a>
<a class='option-card' href='/docs/installation/virtualenv/'>
<div class='img-container'>
<img src='/images/supported_brands/python.svg' />
</div>
<div class='title'>Install Home Assistant on your computer</div>
</a>
</div>
<br>
For alternative installation methods, please take a look at the [installation documentation](/docs/installation/).
If you run into any issues, please see [the troubleshooting page](/docs/installation/troubleshooting/) or [communication channels](/help/). It contains solutions to many commonly encountered issues.
### [Next step: Configuring Home Assistant &raquo;](/getting-started/configuration/)