probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
922 stars 64 forks source link

WIP: fixes for pip install -e #602

Closed avinson closed 6 years ago

avinson commented 6 years ago

pip install -e or python setup.py develop allows for "editable" install that is ideal for developer environments. it appears that current directory structure and dependencies is not ideal for this to work.