mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
Update installation.markdown
This commit is contained in:
parent
67d5dd954c
commit
83f1bfd4ba
@ -12,34 +12,4 @@ redirect_from: /ecosystem/appdaemon/installation/
|
|||||||
|
|
||||||
Installation is either by `pip3` or Docker.
|
Installation is either by `pip3` or Docker.
|
||||||
|
|
||||||
## {% linkable_title Clone the Repository %}
|
Follow [these instructions](https://github.com/home-assistant/appdaemon/blob/dev/README.rst) for full details.
|
||||||
|
|
||||||
For either method you will need to clone the **AppDaemon** repository to the current local directory on your machine.
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ 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.
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ cd appdaemon
|
|
||||||
```
|
|
||||||
|
|
||||||
## {% linkable_title Install using Docker %}
|
|
||||||
|
|
||||||
To build the Docker image run the following:
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ 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:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ sudo pip3 install .
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user