]> git.parisson.com Git - timeside-diadems.git/commitdiff
add scipy and h5py dependencies
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Jun 2013 19:25:48 +0000 (21:25 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Jun 2013 19:25:48 +0000 (21:25 +0200)
README.rst
setup.py

index 95a7f0e1c234752f57aaf2f3bb1bc7113e5e5ca2..fd45cf55ba2965c033427908fd77854de488cb90 100644 (file)
@@ -150,7 +150,8 @@ TimeSide needs some other python modules to run. The following methods explain h
  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-mutagen
+                        gstreamer0.10-plugins-ugly gobject-introspection python-mutagen \
+                        python-scipy python-h5py
 
  sudo pip install timeside
 
index d5dae272d79add9ccca1ee4d1136c247cbf06bd8..90f0cfe2d414a36086d9abb6af4f51c783eb13f2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,7 @@ setup(
         'mutagen',
         'pil',
         'scipy',
+        'hf5py',
         ],
   platforms=['OS Independent'],
   license='Gnu Public License V2',