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

[DOC] [TUTORIAL] Dockerized environment for running pystan on Windows and Mac OS #386

Open dbonattoj opened 1 year ago

dbonattoj commented 1 year ago

Problem Description

Users who need to work with PyStan in Windows and Mac OS environments face issues due to the lack of clear documentation on how to install and use it.

Potential Solution

I have created a dockerized version of PyStan to overcome this issue, which is available at https://github.com/dbonattoj/docker-pystan. This version runs on Windows without any hassle.

To address this problem, the PyStan documentation should include similar solutions to make it easier for users to work with the package in different environments.