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
--
http://mail.python.org/mailman/listinfo/python-list