summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-10-08 17:15:32 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-10-08 17:17:22 +0100
commit593eeac19ea8ecc1344933f91fb4fc18a8a97221 (patch)
tree23b1f1e5aebd931ce9e3faba8e8f301d1f079595 /docs
parentNewsfile (diff)
downloadsynapse-593eeac19ea8ecc1344933f91fb4fc18a8a97221.tar.xz
Revert accidental push to develop.
Diffstat (limited to 'docs')
-rw-r--r--docs/development/contributing_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md
index 3bf08a72bb..580a4f7f98 100644
--- a/docs/development/contributing_guide.md
+++ b/docs/development/contributing_guide.md
@@ -50,7 +50,7 @@ setup a *virtualenv*, as follows:
 cd path/where/you/have/cloned/the/repository
 python3 -m venv ./env
 source ./env/bin/activate
-pip install -e ".[all,dev]"
+pip install -e ".[all,lint,mypy,test]"
 pip install tox
 ```