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:
parent
7a0c5f2f96
commit
79c80c162b
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
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
|
```bash
|
||||||
$ pip3 install git+https://github.com/vkorn/pyvizio.git@master
|
$ pip3 install git+https://github.com/vkorn/pyvizio.git@master
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```bash
|
||||||
$ pip3 install -I .
|
$ pip3 install -I .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue