AllenDowney / ThinkBayes2

Text and code for the forthcoming second edition of Think Bayes, by Allen Downey.
http://allendowney.github.io/ThinkBayes2/
MIT License
1.81k stars 1.49k forks source link

add requirements.txt for pip users #30

Closed dmvianna closed 4 years ago

dmvianna commented 4 years ago

Hi, Allen. I write Python for a living, and it took a while for me to figure out that empiricaldist was available via pypi. I don't use Anaconda, so most of the boilerplate for that didn't apply to me. I did not include pandas, numpy or jupyter in the requirements.txt. I'll leave that decision to you. They're more obvious to the reader, and many people install these outside the virtualenv anyway.

AllenDowney commented 4 years ago

Thanks!