From 5c7ca05d7de9f92173c419048e617ad585ce4d57 Mon Sep 17 00:00:00 2001 From: nayaknishant Date: Mon, 6 Dec 2021 14:45:05 -0800 Subject: [PATCH] docs: Added virtualenv comment for clarity (#225) --- texttospeech/snippets/quickstart.py | 1 + 1 file changed, 1 insertion(+) diff --git a/texttospeech/snippets/quickstart.py b/texttospeech/snippets/quickstart.py index f9e3da5ccee8..2c2434df75ec 100644 --- a/texttospeech/snippets/quickstart.py +++ b/texttospeech/snippets/quickstart.py @@ -24,6 +24,7 @@ def run_quickstart(): # [START tts_quickstart] """Synthesizes speech from the input string of text or ssml. + Make sure to be working in a virtual environment. Note: ssml must be well-formed according to: https://www.w3.org/TR/speech-synthesis/