Skip to content

Commit 3c3b67b

Browse files
author
Bill Prin
committed
Update README To Reflect Current GAE Download Instructions
1 parent 80fa339 commit 3c3b67b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,16 @@ Before you can run tests locally you must have:
4040

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

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

45-
$ gcloud components update gae-python
46+
* You can also download it programatically with the tests/scripts/fetch_gae_sdk.py
47+
48+
$ test/scripts/fetch_gae_sdk.py <dest dir>
4649

4750
* You will need to set an additional environment variable:
4851

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

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

0 commit comments

Comments
 (0)