Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Walder committed Jun 22, 2015
1 parent e825cd7 commit 320c37f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ Are you sitting comfortably? before we begin, you will need:
- a Google Account (doh), usually for running AppEngine - but not always
- a Project to work on with the "Google Cloud Datastore API" turned ON [Google Developer Console](https://console.developers.google.com/)

If you want to use the JSON API from remote or non-AppEngine environments, you will also need
- a "Service account" and a P12 key file for that service account [Service Accounts](https://developers.google.com/accounts/docs/OAuth2#serviceaccount)
If you want to use the JSON API from remote or non-App Engine environments, you will also need
- a "Service account" and **either**
- **(recommended, simpler)** the JSON service key file, downloadable from the Developer Console
- or a P12 key file for that service account [Service Accounts](https://developers.google.com/accounts/docs/OAuth2#serviceaccount) along with the service account name

### Composer, Dependencies ###

Expand Down

0 comments on commit 320c37f

Please sign in to comment.