Site updated at 2017-05-15 12:15:58 UTC
This commit is contained in:
parent
6e936e463c
commit
2c31673a27
30 changed files with 85 additions and 55 deletions
|
@ -69,7 +69,7 @@
|
|||
<hr class="divider">
|
||||
<p><a href="https://fedoraproject.org">Fedora</a> is an operating system based on the Linux kernel, developed by the community-supported Fedora Project. There are releases for x86 and x86_64 including ARM and other architectures.</p>
|
||||
<p>Install the development package of Python.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo dnf -y install python3-devel
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo dnf -y install python3-devel redhat-rpm-config
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>and Home Assistant itself.</p>
|
||||
|
@ -78,7 +78,6 @@
|
|||
</div>
|
||||
<p>To isolate the Home Assistant installation a <a href="https://docs.python.org/3/library/venv.html">venv</a> is handy. First create a new directory to store the installation.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo mkdir -p /opt/homeassistant
|
||||
<span class="gp">$ </span><span class="nb">cd</span> /opt/homeassistant
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Now switch to the new directory, setup the venv, and activate it.</p>
|
||||
|
@ -88,10 +87,10 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
<p>Install Home Assistant itself.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>pip3 install homeassistant
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>pip3 install homeassistant colorlog
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Check the <a href="/docs/autostart/systemd/">autostart</a> section in the documentation for further details.</p>
|
||||
<p>Check the <a href="/docs/autostart/systemd/">autostart</a> section in the documentation for further details and the <a href="/docs/installation/troubleshooting/#no-access-to-the-frontend">Firewall section</a> if you want to access your Home Assistant installation.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue