Install Docutils and Pygments. The most convenient way is to use virtualenv_burrito: $ curl -s https://raw.github.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | bash $ source /Users/xdissent/.venvburrito/startup.sh $ mkvirtualenv jekyll-rst $ pip install docutils pygments Install RbST. If you use bundler with Octopress, add gem 'RbST' to your Gemfile in the development group, then

