stan-dev / pystan

PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
ISC License
337 stars 58 forks source link

docs: Added installation guide for macOS with M2 chips to FAQ. #389

Closed mikediessner closed 1 year ago

mikediessner commented 1 year ago

I have added a section to the FAQs that describe how pystan can be installed when using macOS and a M2 chip. The usual way of installing pystan and all it dependencies did not work for me.

riddell-stan commented 1 year ago

Thanks for this. We need an entry like this. Two suggestions:

mikediessner commented 1 year ago

Good catch. I've made the suggested changes.

riddell-stan commented 1 year ago

Almost there. There's still an RST problem. This is what I see (rendered HTML):

How can I run pystan on macOS with Apple silicon chips (Apple M1, M2, etc)? -------------------------------------------------------

Again, RST is much less forgiving than markdown. (Now that Sphinx has better support for Markdown, we probably should switch.)

Please fix this and check that it renders correctly. Also, squash your commits into a single commit.

mikediessner commented 1 year ago

Right, I've found and fixed the issues and it renders correctly. Squashed everything into one commit. Cheers!