Skip to content

Commit

Permalink
Mention Quarto min version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Oct 29, 2024
1 parent d85c853 commit 9ce75a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ This repository is part of [Turing.jl's](https://turinglang.org/) website (i.e.

To get started with the docs website locally, you'll need to have [Quarto](https://quarto.org/docs/download/) installed.
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).
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).
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.

Once you have the prerequisite installed, you can follow these steps:
Once you have Quarto installed, you can follow these steps:

1. Clone this repository:

Expand Down

0 comments on commit 9ce75a1

Please sign in to comment.