Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38491

Re: Jinja2 installation help

Date 2013-02-08 20:56 -0600
From Wayne Werner <wayne@waynewerner.com>
Subject Re: Jinja2 installation help
References <23e57245-a8ae-4c8e-85cf-65a2bf5c6b70@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.1529.1360378965.2939.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, 8 Feb 2013, Robert Iulian wrote:

> Hello,
>
> I recently started learning Python. Just finished learning the basis of it, and now I think I'm ready to start working on a simple website but I am having some difficulties installing Jinja2.
> Can anyone post a dummy guide on how to install it, and what to do step by step?
> I am using the lastest Python version 3.3 .

Do you have easy_install or pip installed? If you do,

$ pip install jinja2

And that's it!


HTH,
Wayne

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-08 09:54 -0800
  Re: Jinja2 installation help Wayne Werner <wayne@waynewerner.com> - 2013-02-08 20:56 -0600
    Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 04:55 -0800
      Re: Jinja2 installation help Kwpolska <kwpolska@gmail.com> - 2013-02-09 14:05 +0100
        Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 05:15 -0800
        Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 05:15 -0800
    Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 04:55 -0800

csiph-web