Sunburnt’s current release is 0.6.
You can install sunburnt via pip, you can download a release, or you can pull from the git repository.
To use sunburnt, you’ll need an Apache Solr installation. Sunburnt currently requires at least version 1.4 of Apache Solr.
If you have pip installed, just type:
pip install sunburnt
If you’ve got an old version of sunburnt installed, and want to upgrade, then type:
pip install -U sunburnt
That’s all you need to do; all dependencies will be pulled in automatically.
You can get versions of sunburnt from pypi.
Before using sunburnt, you need to make sure you have httplib2 and lxml installed.
If you’re using sunburnt to connect to an existing Solr installation, then you won’t need further instructions.
Otherwise, the solr wiki contains helpful instructions on installing and configuring Solr, and you can set up a simple server by following the tutorial.