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
+8
-9
@@ -3,19 +3,18 @@
|
||||
## Quick Install
|
||||
|
||||
```bash
|
||||
# Base package including workflow support
|
||||
# Install agent-framework-core and all sub packages
|
||||
pip install agent-framework
|
||||
# Optional: Add Azure AI integration (Foundry)
|
||||
pip install agent-framework[azure-ai]
|
||||
# Optional: Add Microsoft integrations, currently only CopilotStudioAgents
|
||||
pip install agent-framework[microsoft]
|
||||
# Optional: Both
|
||||
pip install agent-framework[microsoft,azure-ai]
|
||||
# All-in-one
|
||||
pip install agent-framework[all]
|
||||
# Install only core and Azure AI integration
|
||||
pip install agent-framework-azure-ai
|
||||
# Install only core and Microsoft Copilot Studio integration
|
||||
pip install agent-framework-copilotstudio
|
||||
# Install only core, Microsoft Copilot Studio and Azure AI integration
|
||||
pip install agent-framework-microsoft agent-framework-azure-ai
|
||||
```
|
||||
|
||||
Supported Platforms:
|
||||
|
||||
- Python: 3.10+
|
||||
- OS: Windows, macOS, Linux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user