Skip to content

Commit b27751c

Browse files
committed
Add pip note
1 parent e01c7c9 commit b27751c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ Similar to `uv`, once the environment is active, you can install the package in
346346
python -m pip install --editable . --group dev --group docs --group test
347347
```
348348

349+
Note that `pip>=25.1` is required to use the `--group` option.
350+
349351
</details>
350352

351353
## 🧪 Running package tests locally

0 commit comments

Comments
 (0)