Installation

Download

Download Weblog 1.3

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

Download Weblog 1.3 standalone version

You can also get it from Weblog’s page on the Python package Index.

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

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.