diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-19 21:07:14 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-19 21:07:14 +1000 |
commit | 6963a5a62e9c6abc66bca417afbc036e410f5055 (patch) | |
tree | c8500ac0c7d4bbb9184a8a97f2b903d1f3d537bb | |
parent | 60c004d75059d45014ed9807ba18e30fb77eb46b (diff) | |
download | mediagoblin-6963a5a62e9c6abc66bca417afbc036e410f5055.tar.lz mediagoblin-6963a5a62e9c6abc66bca417afbc036e410f5055.tar.xz mediagoblin-6963a5a62e9c6abc66bca417afbc036e410f5055.zip |
Remove mention of Python 2.7.
-rw-r--r-- | docs/source/siteadmin/plugins.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/siteadmin/plugins.rst b/docs/source/siteadmin/plugins.rst index 0b3285b6..2cda5e66 100644 --- a/docs/source/siteadmin/plugins.rst +++ b/docs/source/siteadmin/plugins.rst @@ -54,8 +54,7 @@ offer for your media), we would do:: If you're using a virtual environment, make sure to activate the virtual environment before installing with pip. Otherwise the plugin may get installed in a different environment than the one MediaGoblin - is installed in. Also make sure, you use e.g. pip-2.7 if your default - python (and thus pip) is python 3 (e.g. in Ubuntu and derivatives). + is installed in. Once you've installed the plugin software, you need to tell MediaGoblin that this is a plugin you want MediaGoblin to use. To do |