Update updating.markdown

This commit is contained in:
Andrew Cockburn 2017-08-20 10:43:51 -04:00 committed by Fabian Affolter
parent 6a849c892c
commit 1f6a9a4b60
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -13,14 +13,7 @@ redirect_from: /ecosystem/appdaemon/updating/
To update AppDaemon after I have released new code, just run the following command to update your copy:
```bash
$ git pull origin
$ sudo pip3 install --upgrade appdaemon
```
If you are using pip3 for the install do this:
```bash
$ sudo pip3 uninstall appdaemon
$ sudo pip3 install .
```
If you are using docker, rerun the steps to create a new docker image.
If you are using docker, rerun the steps to grab the latestdocker image.