You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ We provide several meta-packages to help you install several packages at a time.
36
36
37
37
This sample (and the SDK) is compatible with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
38
38
39
-
2. We recommend that you use a [virtual environment](https://docs.python.org/3/tutorial/venv.html)
40
-
to run this example, but it's not required.
39
+
2. General recommendation for Python development is to use a Virtual Environment.
40
+
For more information, see https://docs.python.org/3/tutorial/venv.html
41
+
41
42
Install and initialize the virtual environment with the "venv" module on Python 3 (you must install [virtualenv](https://pypi.python.org/pypi/virtualenv) for Python 2.7):
0 commit comments