Skip to content

Commit bcaea4f

Browse files
saicheemsJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Add Setup section (#472)
1 parent 06e2199 commit bcaea4f

File tree

1 file changed

+5
-3
lines changed
  • appengine/standard/endpoints-frameworks-v2/echo

1 file changed

+5
-3
lines changed

appengine/standard/endpoints-frameworks-v2/echo/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ This sample consists of two parts:
77
1. The backend
88
2. The clients
99

10-
## Running Locally
11-
12-
For more info on running Standard applications locally, see [the getting started documentation](https://cloud.google.com/appengine/docs/python/quickstart).
10+
## Setup
1311

1412
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).
1513

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

19+
## Running Locally
20+
21+
For more info on running Standard applications locally, see [the getting started documentation](https://cloud.google.com/appengine/docs/python/quickstart).
22+
2123
Run the application:
2224

2325
$ dev_appserver.py app.yaml

0 commit comments

Comments
 (0)