Skip to content

Commit b1e3425

Browse files
johnappletreefabaff
johnappletree
authored andcommitted
added python-yaml to apt-get line (home-assistant#2276)
Added missing necessary package.
1 parent 9fa0b49 commit b1e3425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/media_player.firetv.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Steps to configure your Amazon Fire TV stick with Home Assistant:
2828
- From the main (Launcher) screen, select Settings.
2929
- Select System > About > Network.
3030
- The following commands must be run in a Python 2.x environment. They will allow the component to function in an Ubuntu 16.04/Hassbian environment.
31-
- `apt-get install swig libssl-dev python-dev libusb-1.0-0`
31+
- `apt-get install swig libssl-dev python-dev libusb-1.0-0 python-yaml`
3232
- `pip install flask`
3333
- `pip install https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.24.0.tar.gz`
3434
- `pip install firetv[firetv-server]`

0 commit comments

Comments
 (0)