mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-15 23:48:58 +00:00
20 lines
458 B
Markdown
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.
|