From 108698b020c4b360c180ab3faa6f11e45a51439c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Nov 2010 19:06:48 -0400 Subject: bfg -> pyramid --- docs/narr/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3