Skip to content

Commit 68d57a0

Browse files
committed
Mention Quarto min version in README
1 parent da156f5 commit 68d57a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ This repository is part of [Turing.jl's](https://turinglang.org/) website (i.e.
88

99
To get started with the docs website locally, you'll need to have [Quarto](https://quarto.org/docs/download/) installed.
1010
Make sure you have at least version 1.5 of Quarto installed, as this is required to correctly run [the native Julia engine](https://quarto.org/docs/computations/julia.html#using-the-julia-engine).
11+
Ideally, you should use Quarto 1.6.31 or later as this version fixes [a bug which causes random number generation between different cells to not be deterministic](https://github.com/TuringLang/docs/issues/533).
12+
Note that as of October 2024, Quarto 1.6 is a pre-release version, so you may need to install it from source rather than via a package manager like Homebrew.
1113

12-
Once you have the prerequisite installed, you can follow these steps:
14+
Once you have Quarto installed, you can follow these steps:
1315

1416
1. Clone this repository:
1517

0 commit comments

Comments
 (0)