diff options
Diffstat (limited to 'mediagoblin/plugins/openid/README.rst')
-rw-r--r-- | mediagoblin/plugins/openid/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/openid/README.rst b/mediagoblin/plugins/openid/README.rst index 1a777336..e2792d9a 100644 --- a/mediagoblin/plugins/openid/README.rst +++ b/mediagoblin/plugins/openid/README.rst @@ -20,7 +20,7 @@ This plugin can be enabled alongside :ref:`basic_auth-chapter` and Set up the OpenID plugin ============================ -1. Install the ``python-openid`` package. +1. Install the ``python3-openid`` package. 2. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: |