From dd90dc867f8ac57a144fe36be0e3dfbd05930826 Mon Sep 17 00:00:00 2001 From: Mark Elliot <123787712+mark-thm@users.noreply.github.com> Date: Mon, 6 May 2024 14:12:53 -0400 Subject: [PATCH] more --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c656019..9173bb6 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ Create a virtual environment with default path `venv` by running `bazel run //:c The created venv will use the default Python 3 runtime defined in rules_python. -### Multi-platform setup +## Multi-platform setup `uv` supports generating platform-specific requirements files, and `rules_uv` exposes this configuration, and a multi-platform setup might look like this: