marianoguerra / rst2html5

transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
http://marianoguerra.github.com/rst2html5
MIT License
177 stars 51 forks source link

Installation with setup fails to create reveal.js presentation #48

Closed mrshu closed 10 years ago

mrshu commented 10 years ago

After installing rst2html5 by running python setup.py install here is what the output looks like:

IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/site-packages/rst2html5-0.1-py2.7.egg/html5css3/thirdparty/revealjs/css/reveal.css'

Is there something wrong at my end?

mrshu commented 10 years ago

My bad, I haven't initialized the submodules.

Might be worth mentioning in README though.