Skip to content

Commit

Permalink
docs: Add FAQ item about Windows
Browse files Browse the repository at this point in the history
Add FAQ item about Windows.
  • Loading branch information
riddell-stan committed Mar 2, 2021
1 parent d3b6e58 commit 30e4898
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ running ``asyncio.run(asyncio.sleep(1))`` in a notebook.) If you would like to l
more about the problem, see the following issue: `ipython/ipykernel#548
<https://github.com/ipython/ipykernel/issues/548>`_. This problem only affects Jupyter
Notebook and derivatives. It does not affect IPython.

Is Windows supported?
---------------------

If `WSL2 <https://docs.microsoft.com/en-us/windows/wsl/>`_ works for you, then
the answer is "yes," otherwise the answer is "no."

Experience has proven that supporting PyStan on Windows is challenging and
requires a considerable investment of resources. If you would like to fund the
development and ongoing maintenance of a version of PyStan which works on
Windows, please post your proposal for discussion on the `Stan forum <https://discourse.mc-stan.org/>`_.

0 comments on commit 30e4898

Please sign in to comment.