From 8e4d40ab28ce8847bcc439951d1ddf59301c719d Mon Sep 17 00:00:00 2001 From: Pezz89 Date: Tue, 22 Mar 2016 16:29:47 +0000 Subject: [PATCH] Added installer shell scrpt and linked concatenator to main directory --- concatenator | 1 + install.sh | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 concatenator create mode 100755 install.sh diff --git a/concatenator b/concatenator new file mode 120000 index 0000000..13155ae --- /dev/null +++ b/concatenator @@ -0,0 +1 @@ +./src/sppysound/concatenator.py \ No newline at end of file diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..f6773ef --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +pip install numpy +pip install scipy +pip install pysndfile +pip install h5py +pip install https://github.com/Pezz89/fileops/zipball/master +pip install -e ./