Add AppDaemon docs to ecosystem (#1589)
This commit is contained in:
parent
f98cc07cd4
commit
d68d0dd300
13 changed files with 2589 additions and 0 deletions
27
source/_ecosystem/appdaemon/updating.markdown
Normal file
27
source/_ecosystem/appdaemon/updating.markdown
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Updating AppDaemon"
|
||||
description: "Updating AppDaemon"
|
||||
release_date: 2016-11-27 08:00:00 -0500
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
regenerate: true
|
||||
hide_github_edit: true
|
||||
---
|
||||
|
||||
To update AppDaemon after I have released new code, just run the following command to update your copy:
|
||||
|
||||
```bash
|
||||
$ git pull origin
|
||||
```
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue