Skip to content

Commit 4aa6617

Browse files
MikeDodarolmazuel
authored andcommitted
Amend Readme about virtual environment; add link to setup info
1 parent 595c724 commit 4aa6617

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ We provide several meta-packages to help you install several packages at a time.
3636

3737
This sample (and the SDK) is compatible with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
3838

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+
4142
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):
4243

4344
```

0 commit comments

Comments
 (0)