8000 fix(docs): add missing quotation marks in pip install commands (#80) · strands-agents/sdk-python@b21ea47 · GitHub
[go: up one dir, main page]

Skip to content

Commit b21ea47

Browse files
fix(docs): add missing quotation marks in pip install commands (#80)
1 parent 221d004 commit b21ea47

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
@@ -33,7 +33,7 @@ This project uses [hatchling](https://hatch.pypa.io/latest/build/#hatchling) as
3333

3434
1. Install development dependencies:
3535
```bash
36-
pip install -e ".[dev]" && pip install -e ".[litellm]
36+
pip install -e ".[dev]" && pip install -e ".[litellm]"
3737
```
3838

3939
2. Set up pre-commit hooks:

0 commit comments

Comments
 (0)
0