SiggiGue / pyfilterbank

Implementing a fractional octave filterbank for python. Based on Numpy and CFFI.
107 stars 27 forks source link

Adding to Anaconda pakages list #13

Closed Chum4k3r closed 5 years ago

Chum4k3r commented 5 years ago

I don't know much compiling and enviroment handling, the thing is that I can only import pyfilterbank if the module directory is in my working directory... how can the pakage be added to the default modules path? I'm on win10 using Spyder through Anaconda3

Chum4k3r commented 5 years ago

Solved!

I did the <pip install -e> way. Extract the "pyfilterbank-master" folder to "path/to/anaconda3/lib/site-packages/", then run "pip install -e path/to/pyfilterbank-master". Pip should run cleanly through the installation.

Anyway, thanks for creating this package, will be very useful!