Skip to content

Commit 3cea57e

Browse files
authored
Merge pull request #10 from YousefAldabbas/fix-doc-uv-dependency-instructions
add instructions for installing dependencies using UV
2 parents 0c76737 + 81a299f commit 3cea57e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Then
2929
source .venv/bin/activate
3030
```
3131

32+
### Installing Dependencies
33+
Install the required dependencies using UV:
34+
```sh
35+
uv sync --all-extras
36+
```
37+
3238
## Making Contributions
3339

3440
### Coding Standards

0 commit comments

Comments
 (0)