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:
parent
14240cce42
commit
ec5e81199d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue