{% load i18n %} {% load sentry_helpers %}
{% blocktrans with 'https://github.com/getsentry/raven-python' as link %}Start by installing raven-python:{% endblocktrans %}
pip install raven{% block inner %} {% endblock %}
{% blocktrans with 'http://raven.readthedocs.org' as link %}For more information on other uses of Raven with Python, please see the official documentation for raven-python.{% endblocktrans %}