Installing

Instructions for installing the required (and optional) programs to use this template and create a new Quarto-based website project from it.

There are a few programs that are required to use this template to create a website project:

You can use uv to install these required programs, so install that first. After you’ve installed uv, install the other programs using:

Terminal
uv tool install copier rust-just

uv will also install Python for you when you install these tools.

If you write any Python or R code in your website project, we recommend you install these programs as well to format and check your code inside your Quarto files:

Terminal
# For R code
uv tool install jarl-linter air-formatter
# For Python code
uv tool install ruff

There are some optional, though strongly recommended, programs to install and use in any website project created with this template: