diff --git a/atom.xml b/atom.xml index 1860c54333..e3e4e08060 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Installation is either by pip3
or Docker.
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
-
-To build the Docker image run the following:
-$ docker build -t appdaemon .
-
-(Note the period at the end of the above command)
-pip3
Before running AppDaemon
you will need to install the package:
$ sudo pip3 install .
-
-Follow these instructions for full details.