summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:12:49 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:12:49 +0100
commit07c70a82619d98927e44f3d21021892ee6c8e8fa (patch)
tree85784e6ac1d093ed136091d6b64570fb1bd5635f /docs/workers.md
parentMerge commit '2b467d0b6' into anoa/dinsic_release_1_31_0 (diff)
parentFix error messages from OIDC config parsing (#9153) (diff)
downloadsynapse-07c70a82619d98927e44f3d21021892ee6c8e8fa.tar.xz
Merge commit '73b03722f' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md

index cc5090f224..d01683681f 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -59,7 +59,7 @@ The appropriate dependencies must also be installed for Synapse. If using a virtualenv, these can be installed with: ```sh -pip install matrix-synapse[redis] +pip install "matrix-synapse[redis]" ``` Note that these dependencies are included when synapse is installed with `pip