diff --git a/dataproc/snippets/python-api-walkthrough.md b/dataproc/snippets/python-api-walkthrough.md index 1a8d436f7202..29161bbacef5 100644 --- a/dataproc/snippets/python-api-walkthrough.md +++ b/dataproc/snippets/python-api-walkthrough.md @@ -6,7 +6,7 @@ Estimated completion time: - -1. Click the link below to enable the Dataproc, Compute Engine, and Cloud Storage APIs - in a separate GCP console tab in your browser. - - **Note:** After you select your project and enable the APIs, return to this tutorial by clicking - on the **Cloud Shell** tab in your browser. - - * [Enable APIs](https://console.cloud.google.com/flows/enableapi?apiid=dataproc,compute_component,storage-component.googleapis.com&redirect=https://console.cloud.google.com) + + +1. Create or select a Google Cloud project to use for this +tutorial. +* + +1. Enable the Dataproc, Compute Engine, and Cloud Storage APIs in your +project. +```sh +gcloud services enable dataproc.googleapis.com \ +compute.googleapis.com \ +storage-component.googleapis.com \ +--project={{project_id}} +``` ## Prerequisites (2)