From 7075a065a215851f75dca098b8afddebc826366a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 27 Nov 2019 22:14:52 +1100 Subject: [PATCH] Extend install instructions for raven plugin. --- mediagoblin/plugins/raven/README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = -- 2.25.1