Update updating.markdown

This commit is contained in:
Andrew Cockburn 2017-08-20 10:43:51 -04:00 committed by GitHub
parent c1e6f5a011
commit df3c4c5a4e

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: To update AppDaemon after I have released new code, just run the following command to update your copy:
```bash ```bash
$ git pull origin $ sudo pip3 install --upgrade appdaemon
``` ```
If you are using pip3 for the install do this: If you are using docker, rerun the steps to grab the latestdocker image.
```bash
$ sudo pip3 uninstall appdaemon
$ sudo pip3 install .
```
If you are using docker, rerun the steps to create a new docker image.