diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-03 19:06:48 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-03 19:06:48 -0400 |
| commit | 108698b020c4b360c180ab3faa6f11e45a51439c (patch) | |
| tree | 8f0dc34c4bb9ded8b4adf7af0a5b5a0b005f1c46 /docs | |
| parent | a1dcd8ade56fea9056c809a2d2050e8400523af7 (diff) | |
| download | pyramid-108698b020c4b360c180ab3faa6f11e45a51439c.tar.gz pyramid-108698b020c4b360c180ab3faa6f11e45a51439c.tar.bz2 pyramid-108698b020c4b360c180ab3faa6f11e45a51439c.zip | |
bfg -> pyramid
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 5b6d810dd..3a1703801 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -330,13 +330,13 @@ One caveat exists to using :mod:`pyramid` under Jython: the :term:`Chameleon` templating engine, which is the default templating engine for :mod:`pyramid` does not work on Jython. -The ``repoze.bfg.jinja2`` distribution provides templating for +The ``pyramid_jinja2`` distribution provides templating for :mod:`pyramid` using the :term:`Jinja2` templating system. You may install it like so using the ``easy_install`` command for Jython: .. code-block:: python - $ easy_install repoze.bfg.jinja2 + $ easy_install pyramid_jinja2 Once this is done, you can use this command to get started with a :mod:`pyramid` sample application that uses the Jinja2 templating @@ -344,7 +344,7 @@ engine: .. code-block:: python - $ paster create -t bfg_jinja2_starter + $ paster create -t pyramid_jinja2_starter See the chapter entitled :ref:`project_narr` for more information about the ``paster create`` command. |
