diff options
Diffstat (limited to 'develop/development/contributing_guide.html')
-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> |