I'd like to install python bayesian_changepoint_detection, but I can't find instructions for how to install:
https://github.com/hildensia/bayesian_changepoint_detection
I tried
conda install bayesian_changepoint_detection
and
pip install bayesian_changepoint_detection
but it didn't work. Do you know how I should install it? My OS is Ububntu 14.04 LTS. Thanks.