mslugocki / bayesfit

Bayesian Psychometric Curve Fitting Tool
Apache License 2.0
45 stars 8 forks source link

Installation #1

Closed arokem closed 6 years ago

arokem commented 6 years ago

The installation method described in the documentation does not install the required dependencies, so these need to be installed separately (e.g. with pip install -r requirements.txt).

mslugocki commented 6 years ago

I apologize for the long delay. Life got busy....

You are absolutely right. I will update the documentation for this version, and make these packages required during installation for newest version. Will close once I resolve these issues at start of next week.

mslugocki commented 6 years ago

A pull request from @igordertigor has been accepted and merged into the main branch that resolves this issue by adding these dependencies into the setup.py file.