Site updated at 2017-07-22 21:35:38 UTC
This commit is contained in:
parent
c6423b3957
commit
17f0a137d2
26 changed files with 40 additions and 59 deletions
|
@ -76,26 +76,7 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>Installation is either by <code class="highlighter-rouge">pip3</code> or Docker.</p>
|
||||
<h2><a class="title-link" name="clone-the-repository" href="#clone-the-repository"></a> Clone the Repository</h2>
|
||||
<p>For either method you will need to clone the <strong>AppDaemon</strong> repository to the current local directory on your machine.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>git clone https://github.com/acockburn/appdaemon.git
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Change your working directory to the repository root. Moving forward, we will be working from this directory.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span><span class="nb">cd </span>appdaemon
|
||||
</code></pre>
|
||||
</div>
|
||||
<h2><a class="title-link" name="install-using-docker" href="#install-using-docker"></a> Install using Docker</h2>
|
||||
<p>To build the Docker image run the following:</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>docker build -t appdaemon .
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>(Note the period at the end of the above command)</p>
|
||||
<h2><a class="title-link" name="install-using-pip3" href="#install-using-pip3"></a> Install using <code class="highlighter-rouge">pip3</code></h2>
|
||||
<p>Before running <code class="highlighter-rouge">AppDaemon</code> you will need to install the package:</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo pip3 install .
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Follow <a href="https://github.com/home-assistant/appdaemon/blob/dev/README.rst">these instructions</a> for full details.</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