Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 212 Bytes

installation.rst

File metadata and controls

12 lines (8 loc) · 212 Bytes

Installation

At the command line:

$ easy_install bayes_logistic

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv bayes_logistic
$ pip install bayes_logistic