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
918 stars 64 forks source link

WIP: fixes for pip install -e #603

Closed avinson closed 6 years ago

fsaad commented 6 years ago

@avinson I'm closing this PR for now based on our conversation. If the main issue with pip install -e not working is that src needs to be renamed to bayeslite, then the way forward is for the user to create a soft link in their clone of github ln -s src bayeslite.