diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-12 01:19:38 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-12 01:19:38 -0500 |
| commit | 3ac960c7d1a77d89d84931c34dbed5ab57cdbe66 (patch) | |
| tree | 59bb15ff08231e4986b9d0f66903a894d60f11b5 /docs/tutorials/wiki2/installation.rst | |
| parent | 99ca9e74cc119328987fc1cd0c377b8380beccdf (diff) | |
| parent | 464ddc91ea47e3d6ba8fe30b8e9381cd395bb1d9 (diff) | |
| download | pyramid-3ac960c7d1a77d89d84931c34dbed5ab57cdbe66.tar.gz pyramid-3ac960c7d1a77d89d84931c34dbed5ab57cdbe66.tar.bz2 pyramid-3ac960c7d1a77d89d84931c34dbed5ab57cdbe66.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 572bffcab..9fa01d513 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -66,6 +66,9 @@ On Windows: startup problems, try putting both the virtualenv and the project into directories that do not contain spaces in their paths. + +.. _installing_project_in_dev_mode: + Installing the Project in "Development Mode" ============================================ @@ -159,7 +162,7 @@ On Windows: .. code-block:: text - c:\pyramidtut\tutorial> ..\Scripts\nosetests --cover-package=tutorial ^ + c:\pyramidtut\tutorial> ..\Scripts\nosetests --cover-package=tutorial \ --cover-erase --with-coverage If successful, you will see output something like this:: @@ -181,6 +184,9 @@ If successful, you will see output something like this:: Looks like our package doesn't quite have 100% test coverage. + +.. _initialize_db_wiki2: + Initializing the Database ========================= |
