0

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.

2 Answers 2

1

You need to use the install from Github::

pip install [email protected]:hildensia/bayesian_changepoint_detection.git

or

pip install git+https://github.com/hildensia/bayesian_changepoint_detection.git
Sign up to request clarification or add additional context in comments.

Comments

1

Looking at the content of the package in Github, I see setup.py, which means, that this module should be installed from terminal(after you've downloaded the package), like so:

python setup.py install

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.