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 ./