From 1d29fb1cb10c4beadb63d47cf325687340c151c8 Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Mon, 22 Aug 2016 14:52:02 -0700 Subject: [PATCH] Add Setup section --- appengine/standard/endpoints-frameworks-v2/echo/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appengine/standard/endpoints-frameworks-v2/echo/README.md b/appengine/standard/endpoints-frameworks-v2/echo/README.md index 5a8ad9264b4..98d19ef1475 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/README.md +++ b/appengine/standard/endpoints-frameworks-v2/echo/README.md @@ -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). @@ -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