From 6359243199b1c5e165ea8bccd4a7acf122bcf424 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 28 Jun 2013 21:25:48 +0200 Subject: [PATCH] add scipy and h5py dependencies --- README.rst | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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', -- 2.39.5