Skip to content

Commit 505ca8f

Browse files
Update articles/ai-studio/how-to/develop/semantic-kernel.md
Co-authored-by: Tao Chen <[email protected]>
1 parent 165f4df commit 505ca8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/ai-studio/how-to/develop/semantic-kernel.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ In this article, you learn how to use [Semantic Kernel](/semantic-kernel/overvie
2929
```bash
3030
pip install semantic-kernel
3131
```
32+
- In this example, we are working with the Azure AI model inference API, hence we install the relevant azure dependencies. You can do it with:
33+
```bash
34+
pip install semantic-kernel[azure]
35+
```
3236

3337
## Configure the environment
3438

0 commit comments

Comments
 (0)