Skip to content

Commit a50ab23

Browse files
committed
add upgrade pip
1 parent 46d66fe commit a50ab23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/ai-studio/tutorials/copilot-sdk-build-rag.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ Now we create our app and call the Azure OpenAI Service from code.
135135

136136
[!INCLUDE [Install Python](../includes/install-python.md)]
137137

138+
## Upgrade pip
139+
140+
To make sure you have the latest version of pip, run the following command:
141+
142+
```bash
143+
python -m pip install --upgrade pip
144+
```
145+
138146
## Install the prompt flow SDK
139147

140148
[Prompt flow](https://microsoft.github.io/promptflow) is a suite of development tools designed to streamline the end-to-end development cycle of LLM-based AI applications, from ideation, prototyping, testing, evaluation to production deployment and monitoring.

0 commit comments

Comments
 (0)