Skip to content

Commit dd96ca5

Browse files
authored
Apply suggestions from PR review
Capitalization fixes.
1 parent 1c949d5 commit dd96ca5

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/voice-live-agents

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/voice-live-agents/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
6363
Activating the Python environment means that when you run ```python``` or ```pip``` from the command line, you then use the Python interpreter contained in the ```.venv``` folder of your application. You can use the ```deactivate``` command to exit the python virtual environment, and can later reactivate it when needed.
6464

6565
> [!TIP]
66-
> We recommend that you create and activate a new Python environment to use to install the packages you need for this tutorial. Don't install packages into your global python installation. You should always use a virtual or conda environment when installing python packages, otherwise you can break your global installation of Python.
66+
> We recommend that you create and activate a new Python environment to use to install the packages you need for this tutorial. Don't install packages into your global Python installation. You should always use a virtual or conda environment when installing Python packages, otherwise you can break your global installation of Python.
6767
6868
1. Create a file named **requirements.txt**. Add the following packages to the file:
6969

0 commit comments

Comments
 (0)