diff options
-rw-r--r-- | mediagoblin/plugins/raven/README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mediagoblin/plugins/raven/README.rst b/mediagoblin/plugins/raven/README.rst index 4006060d..dfd45023 100644 --- a/mediagoblin/plugins/raven/README.rst +++ b/mediagoblin/plugins/raven/README.rst @@ -9,7 +9,9 @@ Warning: this plugin is somewhat experimental. Set up the raven plugin ======================= -1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: +1. Install the ``raven`` Python package with ``bin/python -m pip install raven``. + +2. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: [[mediagoblin.plugins.raven]] sentry_dsn = <YOUR SENTRY DSN> |