File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ downloads CmdStan from GitHub and builds the CmdStan utilities.
172172It can be can be called from within Python or from the command line.
173173The default install location is a hidden directory in the user ``$HOME `` directory
174174named ``.cmdstan ``. This directory will be created by the install script.
175+ On Windows, the ``compiler `` option will install the C++ toolchain.
175176
176177+ From Python
177178
@@ -192,7 +193,7 @@ named ``.cmdstan``. This directory will be created by the install script.
192193
193194.. code-block :: bash
194195
195- install_cmdstan --compiler True
196+ install_cmdstan --compiler
196197 dir " %HOME%/.cmdstan"
197198
198199 The named arguments: ``-d <directory> `` and ``-v <version> ``
You can’t perform that action at this time.
0 commit comments