Remove space that breaks pip3 command

This commit is contained in:
Robbie Trencheny 2018-03-04 18:55:16 -08:00 committed by GitHub
parent 957ada3afa
commit 2cac991590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).