From e4681f6c2bdbfad7c62ea7d57c992dd468f450ea Mon Sep 17 00:00:00 2001
From: reivilibre
Date: Fri, 8 Oct 2021 16:18:28 +0000
Subject: deploy: 593eeac19ea8ecc1344933f91fb4fc18a8a97221
---
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 f990ed1071..223f3fe061 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,dev]"
+pip install -e ".[all,lint,mypy,test]"
pip install tox
This will install the developer dependencies for the project.
--
cgit 1.5.1