summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-03 19:06:48 -0400
committerChris McDonough <chrism@plope.com>2010-11-03 19:06:48 -0400
commit108698b020c4b360c180ab3faa6f11e45a51439c (patch)
tree8f0dc34c4bb9ded8b4adf7af0a5b5a0b005f1c46 /docs
parenta1dcd8ade56fea9056c809a2d2050e8400523af7 (diff)
downloadpyramid-108698b020c4b360c180ab3faa6f11e45a51439c.tar.gz
pyramid-108698b020c4b360c180ab3faa6f11e45a51439c.tar.bz2
pyramid-108698b020c4b360c180ab3faa6f11e45a51439c.zip
bfg -> pyramid
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst6
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.