Skip to content

Commit 58d2e52

Browse files
authored
Merge pull request #69298 from wiazur/translate-qs-python
Added note about interpreter referencing correct Python version
2 parents c83d53a + 8d83c66 commit 58d2e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Translator/quickstart-python-translate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This quickstart requires:
2727

2828
## Create a project and import required modules
2929

30-
Create a new Python project using your favorite IDE or editor. Then copy this code snippet into your project in a file named `translate-text.py`.
30+
Create a new Python project using your favorite IDE or editor. Then copy this code snippet into your project in a file named `translate-text.py`. Be sure your IDE's interpreter references the correct version of Python to avoid libraries not being recognized.
3131

3232
```python
3333
# -*- coding: utf-8 -*-

0 commit comments

Comments
 (0)