Skip to content

Commit f2690c2

Browse files
authored
Update uv.md
1 parent ccddc6e commit f2690c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/uv.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ First create a new venv at repo's location
2929
```bash
3030
uv venv
3131
source .venv/bin/activate
32-
python -m ensurepip
3332
```
3433

3534
Then install mmore prepending `uv` to basic commands
3635
```bash
37-
python -m pip install -e .
36+
uv pip install -e .
3837
```
3938

0 commit comments

Comments
 (0)