diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2021-10-08 16:13:16 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2021-10-08 16:13:16 +0000 |
commit | 994d190f8e7f714e9adfb8e32cc7e6e973548486 (patch) | |
tree | 30f03feda8698b80e7f6a03edb12fb4f7469bc6a /develop/print.html | |
parent | deploy: e564bdd1276d8eb8ea3eabc0442a58fb18cd8731 (diff) | |
download | synapse-994d190f8e7f714e9adfb8e32cc7e6e973548486.tar.xz |
deploy: d51a3400196763c2de38918719d50ab75f3d1bc5
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index 4f8ebda04e..a3e11fb8c0 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 ".[all,lint,mypy,test]" +pip install -e ".[all,dev]" pip install tox </code></pre> <p>This will install the developer dependencies for the project.</p> |