Skip to content

Commit

Permalink
Update version specific install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 committed Oct 14, 2024
1 parent 7bbff57 commit 4b24fd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/_includes/common-tasks/beta_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docker pull {{ site.installation.container }}:beta
4. Download and install the beta version.

```bash
pip3 install --pre --upgrade homeassistant
uv pip install --pre --upgrade homeassistant
```

5. When that is complete, start the service again for it to use the new files.
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/common-tasks/development_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker pull {{ site.installation.container }}:dev
4. Download and install the version you want.

```bash
pip3 install --upgrade git+https://github.com/home-assistant/core.git@dev
uv pip install --upgrade git+https://github.com/home-assistant/core.git@dev
```

5. When that is complete, start the service again for it to use the new files.
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/common-tasks/specific_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docker pull {{ site.installation.container }}:{{current_version}}
4. Download and install the version you want.

```bash
pip3 install homeassistant=={{current_version}}
uv pip install homeassistant=={{current_version}}
```

5. When that is complete start the service again for it to use the new files.
Expand Down

0 comments on commit 4b24fd5

Please sign in to comment.