Installation¶
Install with pip
¶
$ pip install dataflake.wsgi.bjoern
Install with zc.buildout
¶
Just add dataflake.wsgi.bjoern
to the eggs
setting(s) in your
buildout configuration to have it pulled in automatically:
...
eggs =
dataflake.wsgi.bjoern
...