From c2b619312100ea4ead60392b2c39895c6215871e Mon Sep 17 00:00:00 2001
From: DMRobertson
Date: Tue, 25 Jan 2022 14:10:26 +0000
Subject: deploy: 4210143f535d0bb0df5e3836bb3f6b0857631b46
---
develop/development/contributing_guide.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'develop/development/contributing_guide.html')
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html
index ebf8618922..e95bfb6633 100644
--- a/develop/development/contributing_guide.html
+++ b/develop/development/contributing_guide.html
@@ -218,6 +218,7 @@ setup a virtualenv, as follows:
cd path/where/you/have/cloned/the/repository
python3 -m venv ./env
source ./env/bin/activate
+pip install wheel
pip install -e ".[all,dev]"
pip install tox
@@ -261,7 +262,7 @@ want to test your code.
ensure that your code follows the coding style adopted by the project;
catch a number of errors in your code.
-They're pretty fast, don't hesitate!
+The linter takes no time at all to run as soon as you've downloaded the dependencies into your python virtual environment.
source ./env/bin/activate
./scripts-dev/lint.sh
--
cgit 1.5.1