AllenDowney / BayesMadeSimple

Code for a tutorial on Bayesian Statistics by Allen Downey.
345 stars 210 forks source link

No mention of requirements needed to have installed #1

Closed jsjohnst closed 7 years ago

jsjohnst commented 7 years ago

Probably should mention that the following is needed to be installed:

matplotlib
numpy
scipy
pandas

in the readme and/or your website to make it easier to get going.

AllenDowney commented 7 years ago

This info is on the tutorial web site, which is here: https://sites.google.com/site/simplebayes/

I added a link from the README.

Thanks for the suggestion!

jsjohnst commented 7 years ago

Might I suggest adding a requirements.txt to the repo too? That's the standard convention for python. I sadly looked at the website twice for requirements when I hit the first missing one, but missed the sentence both times. As such, had to trial and error to get it. Had I not watched your great talk, I might not have been as persistent.