Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:installation': 0.07; 'subject:help': 0.07; 'python': 0.09; 'cc:addr:python-list': 0.10; 'do,': 0.15; 'finished': 0.15; 'dummy': 0.16; 'easy_install': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'installing': 0.27; 'post': 0.28; "i'm": 0.29; 'install': 0.29; 'fri,': 0.30; 'anyone': 0.33; 'version': 0.34; 'robert': 0.35; 'but': 0.36; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'step': 0.39; 'hello,': 0.39; 'think': 0.40; 'it!': 0.64; 'from:addr:wayne': 0.84 Date: Fri, 8 Feb 2013 20:56:15 -0600 (CST) From: Wayne Werner X-X-Sender: wayne@gilgamesh To: Robert Iulian Subject: Re: Jinja2 installation help In-Reply-To: <23e57245-a8ae-4c8e-85cf-65a2bf5c6b70@googlegroups.com> References: <23e57245-a8ae-4c8e-85cf-65a2bf5c6b70@googlegroups.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360378965 news.xs4all.nl 6912 [2001:888:2000:d::a6]:47948 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38491 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