diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-03 09:45:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 09:45:36 -0400 |
commit | 2aa127c20701320c5627b82d9fc71e84e02fd114 (patch) | |
tree | 7317264364d0072ef0f205be338c7edae8c835cd /INSTALL.md | |
parent | Fix typing for SyncHandler (#8237) (diff) | |
download | synapse-2aa127c20701320c5627b82d9fc71e84e02fd114.tar.xz |
Revert pinning of setuptools (#8239)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
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 ``` |