summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-03-19 16:54:20 -0700
committerChris McDonough <chrism@plope.com>2013-03-19 16:54:20 -0700
commit2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c (patch)
treef13caa93c1c3b9bad3b0068a37c343735e324718 /docs/tutorials
parent05a7625562532f96d4f94d6568b7b753740607a0 (diff)
parent411acbba3402aba9d09856a0c4cb88f572ba77da (diff)
downloadpyramid-2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c.tar.gz
pyramid-2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c.tar.bz2
pyramid-2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki2/installation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 255a60ec2..64e069e6f 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -66,6 +66,13 @@ On Windows:
startup problems, try putting both the virtualenv and the project
into directories that do not contain spaces in their paths.
+Pcreate is a script that comes with Pyramid that helps by creating and organizing files
+needed as part of a Pyramid project. By passing in `alchemy` was are asking the script to
+create the files needed to use SQLAlchemy. By passing in our app name `tutorial` it goes through and
+places that application name in all the different files required. For example, the ``initialize_tutorial_db``
+that is in the ``pyramidtut/bin`` directory that we use later in this tutorial was created by `pcreate`
+
+
.. _installing_project_in_dev_mode: