We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303925d commit 0784229Copy full SHA for 0784229
articles/ai-foundry/model-inference/includes/how-to-prerequisites-python.md
@@ -0,0 +1,14 @@
1
+---
2
+manager: nitinme
3
+ms.service: azure-ai-model-inference
4
+ms.topic: include
5
+ms.date: 1/21/2025
6
+ms.author: fasantia
7
+author: santiagxf
8
9
+
10
+* Install the [Azure AI inference package for Python](https://aka.ms/azsdk/azure-ai-inference/python/reference) with the following command:
11
12
+ ```bash
13
+ pip install -U azure-ai-inference
14
+ ```
0 commit comments