mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Update installation instructions (#1026)
* Update installation instructions * address comments
This commit is contained in:
committed by
GitHub
Unverified
parent
2d20e644df
commit
f7e9490494
@@ -1,9 +1,9 @@
|
||||
# Get Started with Microsoft Agent Framework Azure AI
|
||||
|
||||
Please install this package as the extra for `agent-framework`:
|
||||
Please install this package via pip:
|
||||
|
||||
```bash
|
||||
pip install agent-framework[azure_ai]
|
||||
pip install agent-framework-azure-ai
|
||||
```
|
||||
|
||||
and see the [README](https://github.com/microsoft/agent-framework/tree/main/python/README.md) for more information.
|
||||
|
||||
Reference in New Issue
Block a user