8000 Fix install command for Zsh compatibility. Wrapped extras list in quo… · GeekyprogrammerEJ/adk-python@ec246ae · GitHub
[go: up one dir, main page]

Skip to content

Commit ec246ae

Browse files
committed
Fix install command for Zsh compatibility. Wrapped extras list in quotes to prevent Zsh from expanding it as a glob pattern.
1 parent 60d23c0 commit ec246ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This project follows
4141
3. **Install dependencies:**
4242

4343
```shell
44-
uv pip install -e .[dev,test,extensions,eval]
44+
uv pip install -e ".[dev,test,extensions,eval]"
4545
```
4646
4. **Run unit tests:**
4747

0 commit comments

Comments
 (0)
0