We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8da14c commit 65ad79bCopy full SHA for 65ad79b
1 file changed
README.md
@@ -371,6 +371,14 @@ pytest tests/unit/test_agent_engine.py
371
pytest -v --show-reasoning
372
```
373
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
382
### Code Quality
383
384
```bash
0 commit comments