diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2021-10-08 16:18:28 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2021-10-08 16:18:28 +0000 |
commit | e4681f6c2bdbfad7c62ea7d57c992dd468f450ea (patch) | |
tree | 0634c73c8f7fd2977bcdb128e32117ecbf7eeb2d /develop/development | |
parent | deploy: d51a3400196763c2de38918719d50ab75f3d1bc5 (diff) | |
download | synapse-e4681f6c2bdbfad7c62ea7d57c992dd468f450ea.tar.xz |
deploy: 593eeac19ea8ecc1344933f91fb4fc18a8a97221
Diffstat (limited to 'develop/development')
-rw-r--r-- | develop/development/contributing_guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index f990ed1071..223f3fe061 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -214,7 +214,7 @@ setup a <em>virtualenv</em>, as follows:</p> <pre><code class="language-sh">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 </code></pre> <p>This will install the developer dependencies for the project.</p> |