From 5f5b21074fbc542ea8987f70ba0707b59ba545ca Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Wed, 10 Aug 2016 10:41:52 -0400 Subject: [PATCH] install python-dev on debian (#759) --- source/_components/media_player.firetv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.firetv.markdown b/source/_components/media_player.firetv.markdown index eead6cfc6dc..bb1a9ae3d59 100644 --- a/source/_components/media_player.firetv.markdown +++ b/source/_components/media_player.firetv.markdown @@ -27,7 +27,7 @@ Steps to configure your Amazon Fire TV stick with Home Assistant: - From the main (Launcher) screen, select Settings. - Select System > About > Network. - `pip install firetv[firetv-server]` into a Python 2.x environment - - If installed on Debian Jessie then the libssl-dev package is needed. Install it with `apt-get install libssl-dev` + - If installed on Debian Jessie then the libssl-dev and python-dev packages are needed. Install them with `apt-get install libssl-dev python-dev` - `firetv-server -d :5555`, background the process - Configure Home Assistant as follows: