Extend install instructions for raven plugin.
authorBen Sturmfels <ben@sturm.com.au>
Wed, 27 Nov 2019 11:14:52 +0000 (22:14 +1100)
committerBen Sturmfels <ben@sturm.com.au>
Wed, 27 Nov 2019 11:14:52 +0000 (22:14 +1100)
mediagoblin/plugins/raven/README.rst

index 4006060df2d42b1852d0f885651462ee5575b454..dfd45023d3101201f63c6a9ab71668401579f75c 100644 (file)
@@ -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>