From 0e9da5173ad7204ce3197b284aa3ff12f5e49646 Mon Sep 17 00:00:00 2001 From: michaelawyu Date: Fri, 13 Oct 2017 13:46:24 -0700 Subject: [PATCH] Update Docs with Python Setup Guide (#4187) --- google-cloud-speech/README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google-cloud-speech/README.rst b/google-cloud-speech/README.rst index d28bb996e6d2..d2fd454e12e6 100644 --- a/google-cloud-speech/README.rst +++ b/google-cloud-speech/README.rst @@ -18,6 +18,10 @@ Quick Start $ pip install --upgrade google-cloud-speech +Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform. + +.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup + Authentication --------------