summary refs log tree commit diff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-03 09:45:36 -0400
committerGitHub <noreply@github.com>2020-09-03 09:45:36 -0400
commit2aa127c20701320c5627b82d9fc71e84e02fd114 (patch)
tree7317264364d0072ef0f205be338c7edae8c835cd /INSTALL.md
parentFix typing for SyncHandler (#8237) (diff)
downloadsynapse-2aa127c20701320c5627b82d9fc71e84e02fd114.tar.xz
Revert pinning of setuptools (#8239)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index bdb7769fe9..22f7b7c029 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -73,7 +73,7 @@ mkdir -p ~/synapse
 virtualenv -p python3 ~/synapse/env
 source ~/synapse/env/bin/activate
 pip install --upgrade pip
-pip install --upgrade setuptools!=50.0  # setuptools==50.0 fails on some older Python versions
+pip install --upgrade setuptools
 pip install matrix-synapse
 ```