Skip to content

Commit 5879b2a

Browse files
committed
Add vendor instructions and replace TODO
1 parent e725d76 commit 5879b2a

File tree

1 file changed

+5
-2
lines changed
  • appengine/standard/endpoints-frameworks-v2/backend

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ This sample consists of two parts:
1111

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

14-
Install the Endpoints Frameworks v2 library into a vendor directory:
14+
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).
1515

16-
$ pip install -t lib TODO
16+
Install the Endpoints Frameworks v2 library:
17+
18+
$ mkdir lib
19+
$ pip install -t lib google-endpoints
1720

1821
Run the application:
1922

0 commit comments

Comments
 (0)