summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/databases.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-17 15:21:56 -0400
committerChris McDonough <chrism@plope.com>2013-10-17 15:21:56 -0400
commit4065081434a455a61377c770705375e085be8f16 (patch)
tree613b7a619d3e8846765ab51ee7d35ba518919690 /docs/quick_tutorial/databases.rst
parent61d1f729f4d9cc17a5fbcff0612512bc9f5fe7a2 (diff)
parent3acee31f86bcde8abbb4e63715afc5ca67976eaf (diff)
downloadpyramid-4065081434a455a61377c770705375e085be8f16.tar.gz
pyramid-4065081434a455a61377c770705375e085be8f16.tar.bz2
pyramid-4065081434a455a61377c770705375e085be8f16.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/quick_tutorial/databases.rst')
-rw-r--r--docs/quick_tutorial/databases.rst11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst
index 93a02ffc7..20b3cd46d 100644
--- a/docs/quick_tutorial/databases.rst
+++ b/docs/quick_tutorial/databases.rst
@@ -39,15 +39,6 @@ Objectives
Steps
=====
-.. warning::
-
- Your Python might not have SQLite bundled. If not, install it into
- your virtual environment with:
-
- .. code-block:: bash
-
- $ $VENV/bin/easy_install sphinx pysqlite
-
#. We are going to use the forms step as our starting point:
.. code-block:: bash
@@ -97,7 +88,7 @@ Steps
.. code-block:: bash
- $ initialize_tutorial_db development.ini
+ $ $VENV/bin/initialize_tutorial_db development.ini
2013-09-06 15:54:08,050 INFO [sqlalchemy.engine.base.Engine][MainThread] PRAGMA table_info("wikipages")
2013-09-06 15:54:08,050 INFO [sqlalchemy.engine.base.Engine][MainThread] ()
2013-09-06 15:54:08,051 INFO [sqlalchemy.engine.base.Engine][MainThread]