You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/echo/README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,7 @@ This sample consists of two parts:
7
7
1. The backend
8
8
2. The clients
9
9
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
13
11
14
12
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).
15
13
@@ -18,6 +16,10 @@ Install the Endpoints Frameworks v2 library:
18
16
$ mkdir lib
19
17
$ pip install -t lib google-endpoints
20
18
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).
0 commit comments