8000 Tweaks to App Engine docs · Stackdriver/twilio-python@d2f422d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit d2f422d

Browse files
author
Kevin Burke
committed
Tweaks to App Engine docs
1 parent bdd381b commit d2f422d

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

docs/appengine.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@ The key is to lay out your project in a way that makes sense.
3535

3636
#. Now let's install the ``twilio-python`` library in our Virtualenv. If your
3737
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``.
3940

4041
.. code-block:: bash
4142
4243
source bin/activate # Activate our virtual environment
4344
pip install twilio # Install the twilio-python library
4445
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``:
4849

4950
.. code-block:: bash
5051

docs/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,17 @@ so only use when you really need to dive deep into the library.
116116
api
117117

118118

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+
119130
Frequently Asked Questions
120131
==========================
121132

0 commit comments

Comments
 (0)
0