Additional dependencies for Axis component (#3435)

Some users environments have required additional streamer packages to be installed.
This commit is contained in:
Kane610 2017-09-25 13:38:11 +02:00 committed by Fabian Affolter
parent 0b33b36b6d
commit 11d629cf9d

View File

@ -20,7 +20,7 @@ Home Assistant will automatically discover their presence on your network.
## {% linkable_title Dependencies %}
```bash
$ sudo apt-get install python3-gi gir1.2-gstreamer-1.0
$ sudo apt-get install python3-gst-1.0 gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools python3-gi
```
Depending on how you run Home Assistant, you may need to symlink the `gi` module into your environment.