Skip to content

Commit 215ee17

Browse files
author
Jon Wayne Parrott
committed
Use requirements.txt
Change-Id: I33e56de5900bdd09ca88b786ffaeddaf74ec6d4c
1 parent 8e21b0f commit 215ee17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Create a `lib` directory in which to install the Endpoints Frameworks v2 library
88

99
Install the Endpoints Frameworks v2 library:
1010

11-
$ mkdir lib
12-
$ pip install -t lib google-endpoints
11+
$ pip install -t lib -r requirements.txt
1312

1413
## Deploying to Google App Engine
1514

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-endpoints==2.0.3

0 commit comments

Comments
 (0)