Bootstrapping Nikola
I have managed to install Nikola, and build a site using it using this code:
git clone git://github.com/getnikola/nikola.git cd nikola pip install -r requirements-full.txt pip install . nikola init --demo invibe nikola build nikola serve
Pretty simple, congratulations to the developpers!
More info:
You can read the manual here
You can see a demo photo gallery here
You can learn more about Nikola at http://getnikola.com