From 81a4e9a2d0ef6eb8ea4c0aac84af0d53b782d300 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Sep 2013 20:39:48 +0200 Subject: [PATCH] fix doc --- README.rst | 2 +- timeside/decoder/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 198d94f..2988ca9 100644 --- a/README.rst +++ b/README.rst @@ -161,7 +161,7 @@ TimeSide needs some other python modules to run. The following methods explain h On Debian, Ubuntu, etc:: $ sudo apt-get update - $ sudo apt-get install gcc python python-dev python-pip python-setuptools + $ sudo apt-get install gcc python python-dev python-pip python-setuptools \ python-gobject gobject-introspection \ python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \ gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \ diff --git a/timeside/decoder/core.py b/timeside/decoder/core.py index d447608..1bc90d3 100644 --- a/timeside/decoder/core.py +++ b/timeside/decoder/core.py @@ -22,7 +22,7 @@ # along with TimeSide. If not, see . # Authors: Paul Brossier -# Guilaume Pellerin +# Guillaume Pellerin from timeside.core import Processor, implements, interfacedoc from timeside.api import IDecoder -- 2.39.5