update link (#1051)

This commit is contained in:
Eric Zhu
2025-10-01 04:18:11 -07:00
committed by GitHub
Unverified
parent 5f1417ab94
commit 08b602c290
4 changed files with 33 additions and 25 deletions
+4 -2
View File
@@ -44,10 +44,12 @@ This structure maintains a single PyPI package `agent-framework-lab` while suppo
## Installation
Install the base lab package:
Install from source:
```bash
pip install agent-framework-lab
git clone https://github.com/microsoft/agent-framework.git
cd agent-framework/python/packages/lab
pip install -e .
```
For details on installing individual modules, see their respective README files listed above.