mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-13 06:28:59 +00:00
954 B
954 B
layout, title, description, release_date, sidebar, comments, sharing, footer, hide_github_edit
layout | title | description | release_date | sidebar | comments | sharing | footer | hide_github_edit |
---|---|---|---|---|---|---|---|---|
page | Installation | AppDaemon Installation | 2016-11-27 08:00:00 -0500 | true | false | true | true | true |
Installation is either by pip3
or Docker.
{% linkable_title Clone the Repository %}
For either method you will need to clone the AppDaemon repository to the current local directory on your machine.
$ git clone https://github.com/acockburn/appdaemon.git
Change your working directory to the repository root. Moving forward, we will be working from this directory.
$ cd appdaemon
{% linkable_title Install using Docker %}
To build the Docker image run the following:
$ docker build -t appdaemon .
(Note the period at the end of the above command)
{% linkable_title Install using pip3
%}
Before running AppDaemon
you will need to install the package:
$ sudo pip3 install .