From d3c9d31a06b6670ed56325e0f1a46fead88cffff Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 27 Jan 2025 15:22:35 -0300 Subject: [PATCH] [docs] Updated dev install instructions to mention prettier --- docs/developer/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/installation.rst b/docs/developer/installation.rst index a2cbccb71..0c2d17364 100644 --- a/docs/developer/installation.rst +++ b/docs/developer/installation.rst @@ -64,7 +64,7 @@ Install development dependencies: pip install -e . pip install -r requirements-test.txt - sudo npm install -g jshint stylelint + sudo npm install -g prettier Install WebDriver for Chromium for your browser version from https://chromedriver.chromium.org/home and Extract ``chromedriver`` to one