InstallationΒΆ

At the command line:

$ easy_install bayes_logistic

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv bayes_logistic
$ pip install bayes_logistic