Jinja2 installation help

Wayne Werner wayne at waynewerner.com
Fri Feb 8 21:56:15 EST 2013


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



More information about the Python-list mailing list