aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2019-11-27 22:14:52 +1100
committerBen Sturmfels <ben@sturm.com.au>2019-11-27 22:14:52 +1100
commit7075a065a215851f75dca098b8afddebc826366a (patch)
tree2122a85fe3575e92c814f99bec82930a805ef945
parent1e950c0d17b583cd732be9e2a7b74afc85e051f7 (diff)
downloadmediagoblin-7075a065a215851f75dca098b8afddebc826366a.tar.lz
mediagoblin-7075a065a215851f75dca098b8afddebc826366a.tar.xz
mediagoblin-7075a065a215851f75dca098b8afddebc826366a.zip
Extend install instructions for raven plugin.
-rw-r--r--mediagoblin/plugins/raven/README.rst4
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>