You can get stable version of Supra by using pip or easy_install:
pip install supra
You will need to add the 'supra' application to the INSTALLED_APPS setting of your Django project settings.py file.:
'supra'
INSTALLED_APPS
settings.py
INSTALLED_APPS = ( ... 'supra', )