From 7e48e8abcb4978cbed863185fa091bfccb9773da Mon Sep 17 00:00:00 2001 From: reivilibre Date: Mon, 11 Oct 2021 15:34:56 +0000 Subject: deploy: 5e29d417fc5933e26ba85a40c298d46b09580330 --- develop/development/contributing_guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'develop/development/contributing_guide.html') 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 virtualenv, as follows:

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
 

This will install the developer dependencies for the project.

-- cgit 1.5.1