docs: add --locked to uv sync instructions
This commit is contained in:
parent
3c67eaf399
commit
a42d368d44
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue