mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
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
@ -37,7 +37,7 @@ And then install the following system dependencies:
|
|||||||
Debian/Ubuntu/Rasbian:
|
Debian/Ubuntu/Rasbian:
|
||||||
|
|
||||||
```bash
|
```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 \
|
gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 \
|
||||||
gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly \
|
gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly \
|
||||||
gstreamer1.0-tools
|
gstreamer1.0-tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user