From: Guillaume Pellerin Date: Thu, 25 Jul 2013 16:35:27 +0000 (+0200) Subject: update install X-Git-Tag: 0.3~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ca75168b54d0c45fb4e859cfc8dbbb9103b00bc1;p=piplayer.git update install --- diff --git a/README.md b/README.md index b3a83d9..817007f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ INSTALL -------- ``` + $ sudo apt-get install python python-pip python-setuptools python-gobject \ + python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \ + gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \ + gstreamer0.10-plugins-ugly gobject-introspection python-liblo + $ sudo python setup.py install ```