bhmm / legacy-bhmm-force-spectroscopy-manuscript

Bayesian hidden Markov models for analysis of single-molecule trajectory data
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Carefully import extra dependencies of the example scripts #33

Open franknoe opened 9 years ago

franknoe commented 9 years ago

e.g. seaborn. And raise a humanly-understandable error if it fails.

jchodera commented 9 years ago

You'll have to say something explicit, like giving the user specific instructions of what to type in the terminal to install seaborn (conda install seaborn) if you want to go this route. If we also make this pip installable, you will also have to give pip instructions.

I still think this is the wrong choice, though.