From c8d670746072e2d096c827845900b93f50e77869 Mon Sep 17 00:00:00 2001 From: Pete LeVasseur Date: Sat, 24 May 2025 05:48:23 +0900 Subject: [PATCH] Add link to how to install uv --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff858f0..b7c6769 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ _Note_: Early, subject to changes. The Safety-Critical Rust Coding Guidelines use `Sphinx` and `Sphinx-Needs` to build a rendered version of the coding guidelines, and `uv` to install and manage Python dependencies (including Sphinx itself). To simplify building the rendered version, we created a script called `make.py` that takes care of invoking Sphinx with the right flags. +If you still need to install `uv` you can follow the [steps outlined](https://docs.astral.sh/uv/getting-started/installation/) on Astral's website. + You can build the rendered version by running: On Linux-like systems: