mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 07:46:49 +00:00
14 lines
347 B
Markdown
14 lines
347 B
Markdown
---
|
|
title: "Updating AppDaemon"
|
|
description: "Updating AppDaemon"
|
|
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 latest Docker image.
|