I want to use
import peakutils.peak in python (ubuntu 16.04)
I use anaconda packages in python. How could I download peakutils package using conda.
I use
conda install -c cbetters peakutils=1.0.3
But the error that I got:
import peakutils.peak
ImportError: No module named peakutils.peak