pip install Karrigell python -m karrigell.init myapp python # -*- coding: utf-8 -*- def index(req): req.content_type = "text/html" [server] host = 127.0.0.1 port = 8080 python -m karrigell runserver myapp