From 994d190f8e7f714e9adfb8e32cc7e6e973548486 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Fri, 8 Oct 2021 16:13:16 +0000 Subject: deploy: d51a3400196763c2de38918719d50ab75f3d1bc5 --- 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