summaryrefslogtreecommitdiff
path: root/docs/tutorials/modwsgi
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-02-28 18:53:58 -0800
committerGitHub <noreply@github.com>2017-02-28 18:53:58 -0800
commit41696d21ab9531298ca3bfcb2432690135a8c2eb (patch)
treec15a39fe57a6d87f8717906db5f5563a65d15564 /docs/tutorials/modwsgi
parent4c39718d8b5461f73b8520789a652874333f7c69 (diff)
parent2cd38132e9d6b3506018ae892278d4b7da0d8119 (diff)
downloadpyramid-41696d21ab9531298ca3bfcb2432690135a8c2eb.tar.gz
pyramid-41696d21ab9531298ca3bfcb2432690135a8c2eb.tar.bz2
pyramid-41696d21ab9531298ca3bfcb2432690135a8c2eb.zip
Merge pull request #2965 from stevepiercy/master
update pyramid-cookiecutter-starter prompts and reformat presentation…
Diffstat (limited to 'docs/tutorials/modwsgi')
-rw-r--r--docs/tutorials/modwsgi/index.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index 0c3b58bac..44e892a27 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -40,8 +40,19 @@ specific path information for commands and files.
$ cd ~
$ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
- project_name [Pyramid Scaffold]: myproject
- repo_name [scaffold]: myproject
+
+ If prompted for the first item, accept the default ``yes`` by hitting return.
+
+ .. code-block:: text
+
+ You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before.
+ Is it okay to delete and re-clone it? [yes]: yes
+ project_name [Pyramid Scaffold]: myproject
+ repo_name [scaffold]: myproject
+ Select template_language:
+ 1 - jinja2
+ 2 - chameleon
+ Choose from 1, 2 [1]: 1
#. Create a :term:`virtual environment` which we'll use to install our
application. It is important to use the same base Python interpreter