File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed
source/_docs/ecosystem/appdaemon Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -12,34 +12,4 @@ redirect_from: /ecosystem/appdaemon/installation/
12
12
13
13
Installation is either by ` pip3 ` or Docker.
14
14
15
- ## {% linkable_title Clone the Repository %}
16
-
17
- For either method you will need to clone the ** AppDaemon** repository to the current local directory on your machine.
18
-
19
- ``` bash
20
- $ git clone https://github.com/acockburn/appdaemon.git
21
- ```
22
-
23
- Change your working directory to the repository root. Moving forward, we will be working from this directory.
24
-
25
- ``` bash
26
- $ cd appdaemon
27
- ```
28
-
29
- ## {% linkable_title Install using Docker %}
30
-
31
- To build the Docker image run the following:
32
-
33
- ``` bash
34
- $ docker build -t appdaemon .
35
- ```
36
-
37
- (Note the period at the end of the above command)
38
-
39
- ## {% linkable_title Install using ` pip3 ` %}
40
-
41
- Before running ` AppDaemon ` you will need to install the package:
42
-
43
- ``` bash
44
- $ sudo pip3 install .
45
- ```
15
+ Follow [ these instructions] ( https://github.com/home-assistant/appdaemon/blob/dev/README.rst ) for full details.
You can’t perform that action at this time.
0 commit comments