comparison README @ 254:d662cba2afb1

Add markdown to the README.
author Steve Losh <steve@stevelosh.com>
date Thu, 24 Sep 2009 18:00:24 -0400
parents fcf6b1564285
children dfc40e532bb6
comparison
equal deleted inserted replaced
253:fcf6b1564285 254:d662cba2afb1
22 22
23 hg clone http://bitbucket.org/sjl/blatter/ 23 hg clone http://bitbucket.org/sjl/blatter/
24 cd blatter 24 cd blatter
25 python setup.py install 25 python setup.py install
26 26
27 The python-markdown module (for rendering the website content):
28
29 easy_install markdown
30
27 Usage 31 Usage
28 ----- 32 -----
29 33
30 To have blatter serve the page dynamically, use: 34 To have blatter serve the page dynamically, use:
31 35