Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Jan 29, 2020
1 parent 6b37fff commit 3eefb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module contains a helper class to make requests to an app running behind a
### Install

```bash
pip install git+https://github.com/lmtani/iap-auth.git
pip install iap-auth
```

### Usage
Expand All @@ -23,4 +23,4 @@ resp = cli.make_iap_request(url, self.client_id, method=method, **kwargs)
# resp is a requests.Response object.
```

> If running outside Google Cloud Platform you need to specify env var GOOGLE_APPLICATION_CREDENTIALS to point to your authorized service account.
> If running outside Google Cloud Platform you need to specify env var GOOGLE_APPLICATION_CREDENTIALS to point to your authorized service account.

0 comments on commit 3eefb23

Please sign in to comment.