diff --git a/source/_components/media_player.vizio.markdown b/source/_components/media_player.vizio.markdown index 989d37113d76..ae68385e13a1 100644 --- a/source/_components/media_player.vizio.markdown +++ b/source/_components/media_player.vizio.markdown @@ -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 . ```