Skip to content

Commit b522061

Browse files
nassarofficialAhmed Nassar
andauthored
docs: minor update to add extras to reflect main readme. (#448)
* Minor update to add extras to reflect main readme. * DCO Remediation Commit for Ahmed Nassar <[email protected]> I, Ahmed Nassar <[email protected]>, hereby add my Signed-off-by to this commit: 05bb262 Signed-off-by: Ahmed Nassar <[email protected]> --------- Signed-off-by: Ahmed Nassar <[email protected]> Co-authored-by: Ahmed Nassar <[email protected]>
1 parent 70a665d commit b522061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can use the `uv sync` to create a project virtual environment (if it does no
2020
the project's dependencies with the environment.
2121

2222
```bash
23-
uv sync
23+
uv sync --all-extras
2424
```
2525

2626
#### Use a specific Python version (optional)
@@ -30,7 +30,7 @@ and run the sync command:
3030

3131
```bash
3232
uv venv --python 3.12
33-
uv sync
33+
uv sync --all-extras
3434
```
3535

3636
More detailed options are described on the [Using Python environments](https://docs.astral.sh/uv/pip/environments/) documentation.

0 commit comments

Comments
 (0)