diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-12 07:01:29 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-12 07:01:29 -0700 |
| commit | a7036807edc54987f4c42eeb459d950760216b6f (patch) | |
| tree | 78e5994d2119b45461ea7c1ba924b8d000d7ac62 /docs/quick_tutorial/databases.rst | |
| parent | 654821decedd4f70e6de22e177b216f18524e609 (diff) | |
| parent | d67566acebf890a603fad0e9069d5e131dfb5b31 (diff) | |
| download | pyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.gz pyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.bz2 pyramid-a7036807edc54987f4c42eeb459d950760216b6f.zip | |
Merge pull request #2484 from stevepiercy/docs/easy-install-to-pip.2104
one does not simply "create a virtualenv". one should "create a virtu…
Diffstat (limited to 'docs/quick_tutorial/databases.rst')
| -rw-r--r-- | docs/quick_tutorial/databases.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index 311ff6ec5..f9f548585 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -176,7 +176,7 @@ module. The ``initialize_tutorial_db`` is a nice example of framework support. You point your setup at the location of some ``[console_scripts]`` and -these get generated into your virtualenv's ``bin`` directory. Our +these get generated into your virtual environment's ``bin`` directory. Our console script follows the pattern of being fed a configuration file with all the bootstrapping. It then opens SQLAlchemy and creates the root of the wiki, which also makes the SQLite file. Note the |
