2017-08-25 13:07:39 +02:00

20 lines
458 B
Markdown

---
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
redirect_from: /ecosystem/appdaemon/updating/
---
To update AppDaemon after I have released new code, just run the following command to update your copy:
```bash
$ sudo pip3 install --upgrade appdaemon
```
If you are using docker, rerun the steps to grab the latestdocker image.