mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Remove space that breaks pip3 command
This commit is contained in:
parent
957ada3afa
commit
2cac991590
@ -97,7 +97,7 @@ To update to the latest version of Home Assistant follow these simple steps:
|
|||||||
```bash
|
```bash
|
||||||
$ sudo su -s /bin/bash homeassistant
|
$ sudo su -s /bin/bash homeassistant
|
||||||
$ source /srv/homeassistant/bin/activate
|
$ source /srv/homeassistant/bin/activate
|
||||||
$ pip3 install --upgrade home assistant
|
$ pip3 install --upgrade homeassistant
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the last command executes restart the Home Assistant service to apply the latest updates. Please keep in mind that some updates may take longer to boot up than others. If Home Assistant fails to start make sure you check the **Breaking Changes** from the [Release Notes](https://github.com/home-assistant/home-assistant/releases).
|
Once the last command executes restart the Home Assistant service to apply the latest updates. Please keep in mind that some updates may take longer to boot up than others. If Home Assistant fails to start make sure you check the **Breaking Changes** from the [Release Notes](https://github.com/home-assistant/home-assistant/releases).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user