Update updating.markdown
This commit is contained in:
parent
6a849c892c
commit
1f6a9a4b60
1 changed files with 2 additions and 9 deletions
|
@ -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.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue