From: Guillaume Pellerin Date: Fri, 28 Jun 2013 19:25:48 +0000 (+0200) Subject: add scipy and h5py dependencies X-Git-Tag: 0.5.0~92 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6359243199b1c5e165ea8bccd4a7acf122bcf424;p=timeside.git add scipy and h5py dependencies --- diff --git a/README.rst b/README.rst index 95a7f0e..fd45cf5 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index d5dae27..90f0cfe 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setup( 'mutagen', 'pil', 'scipy', + 'hf5py', ], platforms=['OS Independent'], license='Gnu Public License V2',