Skip to content

Commit 39ee446

Browse files
authored
Merge pull request #571 from mjhajharia/develop
missing import in Quickstart to installation
2 parents f5e9e86 + e7b5c0e commit 39ee446

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
@@ -173,7 +173,8 @@ The CmdStanPy commands ``cmdstan_path`` and ``set_cmdstan_path``
173173
get and set this environment variable:
174174

175175
.. code-block:: python
176-
176+
177+
import os
177178
from cmdstanpy import cmdstan_path, set_cmdstan_path
178179
179180
oldpath = cmdstan_path()

0 commit comments

Comments
 (0)