@@ -2,16 +2,16 @@ Installation
22============
33
44CmdStanPy is a pure-Python3 package, but it relies on CmdStan for all
5- of its functionality. There are several ways to install CmdStan and CmdStanPy,
6- which depend on the kind of user you are.
5+ of its functionality. There are several ways to install CmdStan and CmdStanPy,
6+ which depend on the kind of user you are.
77
88
99Conda users (Recommended)
1010-------------------------
1111
12- If you use `conda <https://docs.conda.io/en/latest/ >`__,
12+ If you use `conda <https://docs.conda.io/en/latest/ >`__,
1313installation of both can be done very simply. CmdStanPy
14- and CmdStan are both available via the
14+ and CmdStan are both available via the
1515`conda-forge <https://conda-forge.org/ >`__ repository.
1616
1717We recommend creating a new environment for CmdStan[Py]:
@@ -33,13 +33,13 @@ or whichever name you used for your environment (following ``-n``
3333above).
3434
3535Note that CmdStan is only available on conda for versions
36- 2.27.0 and newer. If you require an older version, you must use
36+ 2.26.1 and newer. If you require an older version, you must use
3737one of the following methods to install it. If you require a
38- version of CmdStan *newer * than 2.27.0 , but not the latest,
38+ version of CmdStan *newer * than 2.26.1" , but not the latest,
3939you can install it in the standard conda way by specifying
4040``cmdstan==VERSION `` in the install command.
4141
42- Pip (non-Conda) users
42+ Pip (non-Conda) users
4343-------------------------
4444
4545CmdStan can also be installed from PyPI via URL: https://pypi.org/project/cmdstanpy/ or from the
@@ -67,13 +67,13 @@ To install the current develop branch from GitHub:
6767
6868
6969 If you install CmdStanPy from GitHub,
70- **you must install CmdStan **. The recommended way for Pip users
71- to do so is via the ``install_cmdstan `` function
70+ **you must install CmdStan **. The recommended way for Pip users
71+ to do so is via the ``install_cmdstan `` function
7272:ref: `described below<install-cmdstan-fun> `
7373
74- .. note ::
74+ .. note ::
7575
76- **Note for PyStan & RTools users: ** PyStan and CmdStanPy should be installed in
76+ **Note for PyStan & RTools users: ** PyStan and CmdStanPy should be installed in
7777 separate environments if you are using the RTools toolchain (primarily Windows users).
7878 If you already have PyStan installed, you should take care to install CmdStanPy in its own
7979 virtual environment.
@@ -88,7 +88,7 @@ to do so is via the ``install_cmdstan`` function
8888 `ipywidgets installation instructions <https://ipywidgets.readthedocs.io/en/latest/user_install.html# >`_
8989 and `this tqdm GitHub issue <https://github.com/tqdm/tqdm/issues/394#issuecomment-384743637 >`_.
9090
91-
91+
9292
9393Installing CmdStan
9494------------------
@@ -146,7 +146,7 @@ can be used to override these defaults:
146146 install_cmdstan -d my_local_cmdstan -v 2.20.0
147147 ls -F my_local_cmdstan
148148
149- DIY Installation
149+ DIY Installation
150150^^^^^^^^^^^^^^^^
151151
152152If you with to install CmdStan yourself, follow the instructions
@@ -191,4 +191,4 @@ To use custom ``make``-tool use ``set_make_env`` function.
191191
192192.. [1 ] In very early versions, this hidden directory was named ``.cmdstanpy ``
193193
194-
194+
0 commit comments