526 B
526 B
layout | title | description | release_date | sidebar | comments | sharing | footer | hide_github_edit |
---|---|---|---|---|---|---|---|---|
page | Updating AppDaemon | Updating AppDaemon | 2016-11-27 08:00:00 -0500 | true | false | true | true | true |
To update AppDaemon after I have released new code, just run the following command to update your copy:
$ git pull origin
If you are using pip3 for the install do this:
$ sudo pip3 uninstall appdaemon
$ sudo pip3 install .
If you are using docker, rerun the steps to create a new docker image.