Site updated at 2018-01-13 18:20:51 UTC
This commit is contained in:
parent
6d9589966e
commit
4d7610fb89
27 changed files with 69 additions and 66 deletions
|
@ -100,7 +100,7 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
</li>
|
||||
<li>Configure it to <a href="docs/autostart/">autostart</a></li>
|
||||
<li>Configure it to <a href="/docs/autostart/">autostart</a></li>
|
||||
<li>Or run Home Assistant manually:
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>$ hass --open-ui
|
||||
</code></pre>
|
||||
|
|
|
@ -75,7 +75,10 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>To run Home Assistant on Microsoft Windows installation you need to install Python first. Download Python for <a href="https://www.python.org/downloads/windows/">https://www.python.org/downloads/windows/</a> and follow the instructions of the installer.</p>
|
||||
<p>To run Home Assistant on Microsoft Windows installation you need to install Python first. Download Python (the latest version of Python 3.6 is recommended) for <a href="https://www.python.org/downloads/windows/">https://www.python.org/downloads/windows/</a> and follow the instructions of the installer.</p>
|
||||
<p class="note">
|
||||
There may be alpha or beta releases of Python listed on that download page (marked by the letters <code class="highlighter-rouge">a</code> or <code class="highlighter-rouge">b</code> in the version number. Do not use these versions.
|
||||
</p>
|
||||
<p>Start</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">C:\...\> </span>pip3 install homeassistant
|
||||
<span class="gp">C:\...\> </span>py -m homeassistant --open-ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue