docs: add --locked to uv sync instructions

This commit is contained in:
Fischer Moseley 2026-03-07 22:51:07 -07:00
parent 62297a8474
commit b928ea2a60
1 changed files with 1 additions and 1 deletions

View File

@ -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
```