]> git.parisson.com Git - piplayer.git/commitdiff
update install
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 25 Jul 2013 16:35:27 +0000 (18:35 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 25 Jul 2013 16:35:27 +0000 (18:35 +0200)
README.md

index b3a83d96d77104c4088d6982009dba82eb1419c1..817007fd891c3f10d57d9c6526a80a3547b9081c 100644 (file)
--- 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 
 ```