blob: 277b46ef26ef61ae0cc3946a05640c12453d3049 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Download | Jinja Template Engine</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./static/style.css" type="text/css" />
<link rel="stylesheet" href="./static/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="./static/pygments.css" type="text/css" />
</head>
<body>
<div id="header">
<h1>Jinja</h1>
</div>
<ul id="navigation">
<li><a href="./index.html">Index</a></li>
<li><a href="./faq.html">FAQ</a></li>
<li><a href="./documentation.html">Documentation</a></li>
<li class="active"><a href="./download.html">Download</a></li>
</ul>
<div id="content">
<div id="contentwrapper">
<h1>Download</h1>
<p>
If you want to install the release with
<a href="http://peak.telecommunity.com/DevCenter/EasyInstall">easy_install</a>,
you can do it using this command:
</p>
<pre>easy_install Pygments</pre>
<p>
You can also get the development source from subversion using this command:
</p>
<pre>svn co http://trac.pocoo.org/repos/jinja/trunk jinja</pre>
<p>
Installing the current subversion trunk as a Python egg is done with:
</p>
<pre>easy_install Jinja==dev</pre>
<p>
Development takes place at the <a href="http://trac.pocoo.org/">Pocoo trac</a>,
you can browse the source online
<a href="http://trac.pocoo.org/browser/jinja/trunk">here</a>.
</p>
</div>
</div>
<div id="footer">
&copy; Copyright 2007 by the Pocoo Team.
</div>
</body>
</html>