Add a note about pygments in the README

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
This commit is contained in:
Alberto Bertogli 2012-11-21 00:29:43 +00:00
parent bad8c52ef2
commit 36db9cc0ee

3
README

@ -22,6 +22,9 @@ Getting started
You will need Python, and the bottle.py framework (the package is usually You will need Python, and the bottle.py framework (the package is usually
called python-bottle in most distributions). called python-bottle in most distributions).
If pygments is available, it will be used for syntax highlighting, otherwise
everything will work fine, just in black and white.
First, create a configuration file for your repositories. You can start by First, create a configuration file for your repositories. You can start by
copying sample.conf, which has the list of the available options. copying sample.conf, which has the list of the available options.