summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2021-10-08 16:18:28 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2021-10-08 16:18:28 +0000
commite4681f6c2bdbfad7c62ea7d57c992dd468f450ea (patch)
tree0634c73c8f7fd2977bcdb128e32117ecbf7eeb2d /develop/print.html
parentdeploy: d51a3400196763c2de38918719d50ab75f3d1bc5 (diff)
downloadsynapse-e4681f6c2bdbfad7c62ea7d57c992dd468f450ea.tar.xz
deploy: 593eeac19ea8ecc1344933f91fb4fc18a8a97221
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index a3e11fb8c0..4f8ebda04e 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -11529,7 +11529,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,dev]&quot;
+pip install -e &quot;.[all,lint,mypy,test]&quot;
 pip install tox
 </code></pre>
 <p>This will install the developer dependencies for the project.</p>