Skip to content

Commit 83f1bfd

Browse files
authored
Update installation.markdown
1 parent 67d5dd9 commit 83f1bfd

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

source/_docs/ecosystem/appdaemon/installation.markdown

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,4 @@ redirect_from: /ecosystem/appdaemon/installation/
1212

1313
Installation is either by `pip3` or Docker.
1414

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.

0 commit comments

Comments
 (0)