Skip to content

Commit 7aec6fe

Browse files
committed
changes per code review
1 parent 1826c74 commit 7aec6fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docsrc/installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ downloads CmdStan from GitHub and builds the CmdStan utilities.
172172
It can be can be called from within Python or from the command line.
173173
The default install location is a hidden directory in the user ``$HOME`` directory
174174
named ``.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>``

0 commit comments

Comments
 (0)