Skip to content

Commit 65ad79b

Browse files
committed
docs(development): add constrained install helper usage
1 parent a8da14c commit 65ad79b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,14 @@ pytest tests/unit/test_agent_engine.py
371371
pytest -v --show-reasoning
372372
```
373373

374+
### Dependency Installation with Constraints
375+
376+
To avoid pip resolution issues in CI/local installs:
377+
378+
```bash
379+
bash scripts/install_with_constraints.sh
380+
```
381+
374382
### Code Quality
375383

376384
```bash

0 commit comments

Comments
 (0)