mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Update lab packages and installation instructions (#1687)
* update lab packages and installation instructions * fix dep
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user