Skip to content

Commit 7afa762

Browse files
committed
doc tweak
1 parent fb58dec commit 7afa762

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

script/update_templates.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
# https://console.cloud.google.com/marketplace/product/google/sheets.googleapis.com
3636
# 4: setup credentials (
3737
# In the Google Cloud console, go to Menu menu > APIs & Services > Credentials
38+
# 5: Under google menu in upper right, go to "project settings > service accounts"
39+
#
40+
3841

3942
import pandas as pd
4043
import csv
@@ -281,4 +284,4 @@ def process_release(df):
281284

282285
else:
283286
print(f"Please generate the {DH_TEMPLATES_FILENAME} filename by including the --download parameter.");
284-
287+

0 commit comments

Comments
 (0)