This repository was archived by the owner on Feb 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,17 @@ The key is to lay out your project in a way that makes sense.
35
35
36
36
#. Now let's install the ``twilio-python `` library in our Virtualenv. If your
37
37
current working directory is ``twilio-demo ``, we want to source the
38
- ``activate `` file in the ``bin `` folder.
38
+ ``activate `` file in the ``bin `` folder, then install the library with
39
+ ``pip ``.
39
40
40
41
.. code-block :: bash
41
42
42
43
source bin/activate # Activate our virtual environment
43
44
pip install twilio # Install the twilio-python library
44
45
45
- #. Now let's add a new folder called ``src ``. This is the folder that contains your
46
- ``app.yaml `` and your other Google App Engine files. You can add this at the
47
- command line. If your current directory is ``twilio-demo ``:
46
+ #. Now let's add a new folder called ``src ``. This is the folder that contains
47
+ your ``app.yaml `` and your other Google App Engine files. You can add this
48
+ at the command line. If your current directory is ``twilio-demo ``:
48
49
49
50
.. code-block :: bash
50
51
Original file line number Diff line number Diff line change @@ -116,6 +116,17 @@ so only use when you really need to dive deep into the library.
116
116
api
117
117
118
118
119
+ Deploying to Google App Engine
120
+ ==============================
121
+
122
+ Want to run your app on Google App Engine? We've got a full guide to getting
123
+ started here:
124
+
125
+ .. toctree ::
126
+ :maxdepth: 1
127
+
128
+ appengine
129
+
119
130
Frequently Asked Questions
120
131
==========================
121
132
You can’t perform that action at this time.
0 commit comments