Installation
============

Requirements
------------

- Python version 2.5+
- Jinja 2.0+ (http://jinja.pocoo.org/2/documentation/intro#installation)
- markdown2 (http://pypi.python.org/pypi/markdown2/)

Download
--------

`Download Weblog 2.0 <http://henry.precheur.org/weblog/weblog-2.0.tar.gz>`_

A standalone version of Weblog which includes Jinja2 and markdown2 is also
available:

`Download Weblog 2.0 standalone version <http://henry.precheur.org/weblog/weblog+jinja+markdown-2.0.tar.gz>`_

You can also get it from Weblog's page on the `Python package Index
<http://pypi.python.org/pypi/weblog/>`_.

You can get the development version of Weblog using the Mercurial_ repository
http://henry.precheur.org/weblog/hgweb.py.cgi::

  $ hg clone http://henry.precheur.org/weblog/hgweb.py.cgi weblog

.. _Mercurial: http://www.selenic.com/mercurial/

How to install
--------------

Download Weblog's tarball and extract it::

  tar zxf weblog-<version>.tar.gz

It can be used right away using the helper script ``weblog_run.py``.

Or install it using the supplied `setup.py` script. Run ``python setup.py
--help`` to learn how to use it.

You can also use ``easy_install``::

  easy_install weblog

It will install Weblog and all its dependencies.
