From 2a5711d3c9c9ee254b63f085ed31db70a6e4914d Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Mon, 26 Aug 2019 15:14:49 -0700 Subject: [PATCH] Add the step to join google group --- docs/source/started.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/started.rst b/docs/source/started.rst index 31cd898a..5b53fa12 100644 --- a/docs/source/started.rst +++ b/docs/source/started.rst @@ -54,9 +54,11 @@ separate from the *Python Client API*. This service enables the Python Client API to call our REST service and access data in our knowledge graph. To enable the API, do the following. -1. Navigate to the `Data Commons API`_ in the Google APIs Console. -2. Click the :code:`Enable` button and wait for the process to complete. +1. Join datacommons-users `Google Group`_. +2. Navigate to the `Data Commons API`_ in the Google APIs Console. +3. Click the :code:`Enable` button and wait for the process to complete. +.. _`Google Group`: https://groups.google.com/forum/#!forum/datacommons-users .. _`Data Commons API`: https://console.developers.google.com/apis/api/api.datacommons.org/overview?pli=1 Using the Python Client API