Skip to content

Commit 549c8f0

Browse files
authored
Fix copilotstudio install instructions (#743)
1 parent 134c6bb commit 549c8f0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

semantic-kernel/Frameworks/agent/agent-types/copilot-studio-agent.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ To develop with the `CopilotStudioAgent`, you must have your environment and aut
6262
1. **Python 3.10 or higher**
6363
2. **Semantic Kernel** with Copilot Studio dependencies:
6464

65-
- Until dependencies are broadly available on PyPI:
66-
```bash
67-
pip install semantic-kernel
68-
pip install --extra-index-url https://test.pypi.org/simple microsoft-agents-core microsoft-agents-copilotstudio-client
69-
```
65+
```bash
66+
pip install semantic-kernel[copilotstudio]
67+
```
7068

7169
3. **Microsoft Copilot Studio** agent:
7270

0 commit comments

Comments
 (0)