Site updated at 2017-12-16 12:54:56 UTC
This commit is contained in:
parent
ec9136cf7f
commit
b39e943ca1
28 changed files with 139 additions and 93 deletions
|
@ -78,8 +78,20 @@
|
|||
<p class="note">
|
||||
Beginners should check our <a href="/getting-started/">Getting started guide</a> first. This is for users that require advanced installations.
|
||||
</p>
|
||||
<p>Home Assistant provides multiple ways to be installed. A requirement is that you have <a href="https://www.python.org/downloads/">Python</a> installed. For Windows, we require at least <strong>Python 3.5</strong> and for other operating systems at least <strong>Python 3.4.2</strong>.</p>
|
||||
<p>Home Assistant provides multiple ways to be installed. A requirement is that you have <a href="https://www.python.org/downloads/">Python 3.5+</a> installed.</p>
|
||||
<div class="text-center hass-option-cards">
|
||||
<a class="option-card" href="/getting-started/">
|
||||
<div class="img-container">
|
||||
<img src="/images/supported_brands/home-assistant.png" />
|
||||
</div>
|
||||
<div class="title">Hass.io<br />(Beginner friendly)</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">On top of an existing Python 3.5+ installation</div>
|
||||
</a>
|
||||
<a class="option-card" href="/docs/hassbian/installation/">
|
||||
<div class="img-container">
|
||||
<img src="/images/supported_brands/home-assistant.png" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue