List Python3 version of Gstreamer bindings (#2246)

On Raspian Jessie `python-gst-1.0` installs Gstreamer with Python2.7 bindings. 

Relevant discussion [here](https://community.home-assistant.io/t/snapcast-tts/10824).
This commit is contained in:
Aaron Wolen 2017-03-13 15:50:04 -04:00 committed by Fabian Affolter
parent 14240cce42
commit ec5e81199d

View File

@ -37,7 +37,7 @@ And then install the following system dependencies:
Debian/Ubuntu/Rasbian:
```bash
sudo apt-get install python-gst-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