added python-yaml to apt-get line (#2276)
Added missing necessary package.
This commit is contained in:
parent
9fa0b49b81
commit
b1e3425d1d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Steps to configure your Amazon Fire TV stick with Home Assistant:
|
||||||
- From the main (Launcher) screen, select Settings.
|
- From the main (Launcher) screen, select Settings.
|
||||||
- Select System > About > Network.
|
- 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.
|
- 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 flask`
|
||||||
- `pip install https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.24.0.tar.gz`
|
- `pip install https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.24.0.tar.gz`
|
||||||
- `pip install firetv[firetv-server]`
|
- `pip install firetv[firetv-server]`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue