From 2c4520ffed235fd8a30fbc213dba5468bdc42f07 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 15 Oct 2013 23:25:11 +0200 Subject: [PATCH] fix doc again --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2fecbc1..ee1d769 100644 --- a/README.rst +++ b/README.rst @@ -176,13 +176,14 @@ On Fedora and Red-Hat: .. code-block:: bash - $ sudo yum install gcc python python-devel gstreamer pygobject2 gstreamer-python \ - gstreamer gstreamer-plugins-bad-free gstreamer-plugins-bad-free-extras \ + $ sudo yum install gcc python python-devel gstreamer pygobject2 \ + gstreamer-python gstreamer gstreamer-plugins-bad-free \ + gstreamer-plugins-bad-free-extras \ gstreamer-plugins-base gstreamer-plugins-good $ sudo pip install timeside -On other system, you'll need to install the Gstreamer framework, some librairies and some python modules (see #Dependencies) :: +On other system, you'll need to install all dependencies and then:: $ sudo pip install timeside -- 2.39.5