Skip to content

Commit 8d83c66

Browse files
author
Winona Azure
committed
Added note about interpreter referencing correct Python version
1 parent c83d53a commit 8d83c66

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)