summary refs log tree commit diff
path: root/develop/development/contributing_guide.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2021-10-11 15:34:56 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2021-10-11 15:34:56 +0000
commit7e48e8abcb4978cbed863185fa091bfccb9773da (patch)
tree30f03feda8698b80e7f6a03edb12fb4f7469bc6a /develop/development/contributing_guide.html
parentdeploy: 593eeac19ea8ecc1344933f91fb4fc18a8a97221 (diff)
downloadsynapse-7e48e8abcb4978cbed863185fa091bfccb9773da.tar.xz
deploy: 5e29d417fc5933e26ba85a40c298d46b09580330
Diffstat (limited to 'develop/development/contributing_guide.html')
-rw-r--r--develop/development/contributing_guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html

index 223f3fe061..f990ed1071 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 &quot;.[all,lint,mypy,test]&quot; +pip install -e &quot;.[all,dev]&quot; pip install tox </code></pre> <p>This will install the developer dependencies for the project.</p>