Skip to content

Commit

Permalink
add gcloud commands
Browse files Browse the repository at this point in the history
  • Loading branch information
alick-at-google authored Mar 7, 2022
1 parent 1aecb01 commit 9b0bd7f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,22 @@ We're using the [BQ Public Datasets Pipeline](https://github.com/GoogleCloudPlat

# Environment Setup

### Cloudtop
- SSH into Cloudtop Instance
- Clone this repo

```bash
cd my_cloned_repo
cd https://github.com/llooker/bq_dataset_pipeline
```

- authenticate to Argolis via gcloud
-
```bash
gcloud auth login
gcloud auth application-default login
```


We use Pipenv to make environment setup more deterministic and uniform across different machines. If you haven't done so, install Pipenv using these [instructions](https://pipenv-fork.readthedocs.io/en/latest/install.html#installing-pipenv).

```bash
Expand Down

0 comments on commit 9b0bd7f

Please sign in to comment.