Skip to content

Commit 7edd06e

Browse files
committed
Add note on uv version
1 parent b7837af commit 7edd06e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ git init
5858
uv pip install -e . --group dev
5959
```
6060

61+
Note that `uv>=0.6.7` is required to use the `--group` option.
62+
6163
<!-- links here -->
6264

6365
<!-- prettier-ignore-start -->

tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Once you have created and activated a virtual environment for the project, you c
312312
uv pip install --editable . --group dev --group docs --group test
313313
```
314314

315-
from the root of the project repository.
315+
from the root of the project repository. Note that `uv>=0.6.7` is required to use the `--group` option.
316316

317317
<details><summary>Using venv as an alternative to uv </summary> <!-- markdownlint-disable-line MD033 -->
318318

0 commit comments

Comments
 (0)