Skip to content

Commit

Permalink
Add Setup section (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
saicheems authored and Jon Wayne Parrott committed Aug 23, 2016
1 parent 06e2199 commit bcaea4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appengine/standard/endpoints-frameworks-v2/echo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ This sample consists of two parts:
1. The backend
2. The clients

## Running Locally

For more info on running Standard applications locally, see [the getting started documentation](https://cloud.google.com/appengine/docs/python/quickstart).
## Setup

Create a `lib` directory in which to install the Endpoints Frameworks v2 library. For more info, see [Installing a library](https://cloud.google.com/appengine/docs/python/tools/using-libraries-python-27#installing_a_library).

Expand All @@ -18,6 +16,10 @@ Install the Endpoints Frameworks v2 library:
$ mkdir lib
$ pip install -t lib google-endpoints

## Running Locally

For more info on running Standard applications locally, see [the getting started documentation](https://cloud.google.com/appengine/docs/python/quickstart).

Run the application:

$ dev_appserver.py app.yaml
Expand Down

0 comments on commit bcaea4f

Please sign in to comment.