summary refs log tree commit diff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-05-17 12:39:48 +0100
committerRichard van der Hoff <richard@matrix.org>2019-05-17 12:39:48 +0100
commitda5ef0bb424fb3f68c1222e8cde053a0a6640586 (patch)
tree6fc07dace9766357207e3d17e60ed15abcf898e2 /INSTALL.md
parentMerge pull request #5196 from matrix-org/babolivier/per_room_profiles (diff)
parentStop telling people to install the optional dependencies. (#5197) (diff)
downloadsynapse-da5ef0bb424fb3f68c1222e8cde053a0a6640586.tar.xz
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b88d826f6c..1934593148 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -35,7 +35,7 @@ virtualenv -p python3 ~/synapse/env
 source ~/synapse/env/bin/activate
 pip install --upgrade pip
 pip install --upgrade setuptools
-pip install matrix-synapse[all]
+pip install matrix-synapse
 ```
 
 This will download Synapse from [PyPI](https://pypi.org/project/matrix-synapse)
@@ -48,7 +48,7 @@ update flag:
 
 ```
 source ~/synapse/env/bin/activate
-pip install -U matrix-synapse[all]
+pip install -U matrix-synapse
 ```
 
 Before you can start Synapse, you will need to generate a configuration