From: Einar Jørgen Haraldseid Date: Thu, 19 Jun 2014 16:22:27 +0000 (+0200) Subject: Added info on required software X-Git-Url: https://git.slaskete.net/python-gstreamer-examples/commitdiff_plain/0b1f23d4eec1048a6680f0235f466a26888367ca?ds=sidebyside Added info on required software --- diff --git a/README.md b/README.md index 62d36cf..ff56e75 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ This is my first foray into GStreamer programming with Python, I'm working from I know little to no Python or GTK before starting on this, and the tutorial is nearly eight years old, so this ought to be interesting … I'm also striving to do everything using newer versions of GTK (3) and GStreamer (1.0) + +To get the code to run you must have python-gstreamer1 installed (Fedora) or it's debian equivalent.