Skip to content

Commit

Permalink
Merge pull request #7 from cmap/develop_public
Browse files Browse the repository at this point in the history
fix: fixed link on Homepage for BigQuery API
  • Loading branch information
AnupJonchhe committed Dec 16, 2020
2 parents c6c29ae + 6b972f9 commit e37208e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/setup-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Introduction
The cmapBQ toolkit enables access to data hosted in Bigquery directly from a python session.

Instructions for installing cmapBQ
==================================

The cmapBQ package is available on Pypi and can be installed using the command:
``pip install cmapBQ``
Expand Down Expand Up @@ -33,7 +34,7 @@ Credential's setup

To be able to access the dataset, register for a Google Cloud account.
After registration or if you already have an account, go to your Google Cloud console
and then activate your Google Cloud BigQuery API `(link) <https://console.cloud.google.com/apis/library/bigquery.googleapis.com>`.
and then activate your Google Cloud BigQuery API `(link) <https://console.cloud.google.com/apis/library/bigquery.googleapis.com>`_.

When you have access to your Google Cloud Account, go to APIs & Services > Credentials. Find the +Create Credentials and select “Service Account”.

Expand Down

0 comments on commit e37208e

Please sign in to comment.