From b928ea2a6014508b282720396cb1ee4b00425c3c Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Sat, 7 Mar 2026 22:51:07 -0700 Subject: [PATCH] docs: add --locked to uv sync instructions --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index bc58172..51b7bfc 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -26,7 +26,7 @@ If you're working on the source, you might want an editable installation with so ```bash git clone https://github.com/fischermoseley/manta.git cd manta -uv sync +uv sync --locked source .venv/bin/activate pre-commit install ```