Skip to content

Commit

Permalink
Add vendor instructions and replace TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
saicheems committed Aug 17, 2016
1 parent e725d76 commit 5879b2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appengine/standard/endpoints-frameworks-v2/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ This sample consists of two parts:

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

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

$ pip install -t lib TODO
Install the Endpoints Frameworks v2 library:

$ mkdir lib
$ pip install -t lib google-endpoints

Run the application:

Expand Down

0 comments on commit 5879b2a

Please sign in to comment.