minor change to make instructions clear (#3590)

* minor change to make instructions clear

change to make it clear there are two ways to install pyvizio rather than two steps.

* Add blank lines before code
This commit is contained in:
dnaphreak 2017-10-12 11:23:21 -04:00 committed by Fabian Affolter
parent 7a0c5f2f96
commit 79c80c162b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -20,10 +20,15 @@ The `vizio` component will allow you to control [SmartCast](https://www.vizio.co
Before adding your TV to Home Assistant you'll need to pair it manually. To do so follow these steps:
Install the command-line tool using pip (or you can choose to download it manually):
Install the command-line tool using `pip` (or you can choose to download it manually):
```bash
$ pip3 install git+https://github.com/vkorn/pyvizio.git@master
```
or
```bash
$ pip3 install -I .
```