added python-yaml to apt-get line (#2276)

Added missing necessary package.
This commit is contained in:
johnappletree 2017-03-17 08:02:34 +01:00 committed by Fabian Affolter
parent 9fa0b49b81
commit b1e3425d1d

View File

@ -28,7 +28,7 @@ Steps to configure your Amazon Fire TV stick with Home Assistant:
- From the main (Launcher) screen, select Settings.
- Select System > About > Network.
- 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.
- `apt-get install swig libssl-dev python-dev libusb-1.0-0`
- `apt-get install swig libssl-dev python-dev libusb-1.0-0 python-yaml`
- `pip install flask`
- `pip install https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.24.0.tar.gz`
- `pip install firetv[firetv-server]`