Skip to content

Commit

Permalink
Merge pull request #82 from GoogleCloudPlatform/fixreadme
Browse files Browse the repository at this point in the history
Update README To Reflect Current GAE Download Instructions
  • Loading branch information
Jonathan Wayne Parrott committed Sep 14, 2015
2 parents e427a88 + 3c3b67b commit d1a01eb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ Before you can run tests locally you must have:

If you want to run the Google App Engine tests, you will need:

* The App Engine Python SDK. You can install this with the Google Cloud SDK:
* The App Engine Python SDK. You can install this by downloading it [here]
(https://cloud.google.com/appengine/downloads?hl=en)

$ gcloud components update gae-python
* You can also download it programatically with the tests/scripts/fetch_gae_sdk.py

$ test/scripts/fetch_gae_sdk.py <dest dir>

* You will need to set an additional environment variable:

$ export GAE_PYTHONPATH=~/google-cloud-sdk/platform/google_appengine
$ export GAE_PYTHONPATH=<path your AppeEngine sdk>

To run the bigquery tests, you'll need to create a bigquery dataset:

Expand Down

0 comments on commit d1a01eb

Please sign in to comment.