summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
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 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 &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>