@@ -47,14 +47,29 @@ the distribution-specific commands to install these are:
4747* Red Hat-based distros: ` sudo yum install python38 python38-pip ` (for e.g. Python
4848 3.8)
4949
50+ ### GCP
51+
52+ You need the Google Cloud CLI client ` gcloud ` installed. [ Read installation
53+ steps for the ` gcloud ` CLI package.] ( https://cloud.google.com/sdk/docs/install )
54+
55+ You need to have credentials configured locally for a GCP user with suitable
56+ permissions to perform batch translation. [ Read how ` gcloud ` searches for
57+ application default credentials.] ( https://cloud.google.com/docs/authentication/application-default-credentials )
58+
59+ You need a GCP project and a Google Cloud Storage bucket to use for uploading
60+ your input SQL files and downloading the translated output. [ Learn how to
61+ create a GCS bucket manually] [ creating buckets ] , or see the [ instructions for
62+ using ` provision.sh ` ] ( #running-using-runsh ) to automatically provision a
63+ bucket for translation.
64+
5065### Support for Encodings other than UTF-8
5166
5267If all of the files you wish to translate are UTF-8 encoded
5368(this is commonly the case), you can skip this section.
5469Otherwise, you will need to install additional system dependencies:
5570
5671* Debian-based distros: ` sudo apt install pkg-config libicu-dev `
57- * RedHat -based distros: `sudo yum install gcc gcc-c++ libicu-devel
72+ * Red Hat -based distros: `sudo yum install gcc gcc-c++ libicu-devel
5873 python38-devel`
5974
6075** You must also remember** , upon reaching the step to ` pip install ` further down
@@ -64,14 +79,6 @@ in the Quickstart section below, to use this command instead:
6479pip install ../dwh-migration-tools/client[icu]
6580```
6681
67- ### GCP
68-
69- You need a GCP project and a Google Cloud Storage bucket to use for uploading
70- your input SQL files and downloading the translated output. [ Learn how to
71- create a GCS bucket manually] [ creating buckets ] , or see the [ instructions for
72- using ` provision.sh ` ] ( #running-using-runsh ) to automatically provision a
73- bucket for translation.
74-
7582## Quickstart
7683
77841 . Download the repo from [ google/dwh-migration-tools] in your choice of
0 commit comments