Python: Update lab packages and installation instructions (#1687)

* update lab packages and installation instructions

* fix dep
This commit is contained in:
Eric Zhu
2025-10-24 21:12:08 +00:00
committed by GitHub
parent 418d7f2353
commit aba505df77
7 changed files with 183 additions and 184 deletions
+2 -4
View File
@@ -8,12 +8,10 @@ This package enables you to train and fine-tune agents using advanced RL algorit
## Installation
Install from source with Lightning dependencies:
Install the `agent-framework-lab` package with Lightning dependencies:
```bash
git clone https://github.com/microsoft/agent-framework.git
cd agent-framework/python/packages/lab
pip install -e ".[lightning]"
pip install "agent-framework-lab[lightning]"
```
### Optional Dependencies