From c34483affc9da4712bd0975c514375be6f0813b8 Mon Sep 17 00:00:00 2001 From: Christoph Deil Date: Tue, 2 Apr 2024 15:01:21 +0200 Subject: [PATCH] Add comment in testing install docs (#6628) --- doc/developer_guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer_guide/index.md b/doc/developer_guide/index.md index 63c4e4f4ca4..2b02d60a13d 100644 --- a/doc/developer_guide/index.md +++ b/doc/developer_guide/index.md @@ -143,7 +143,7 @@ If you also want to run the UI tests you'll need to install pytest-playwright wi conda install pytest-playwright -c microsoft -c conda-forge ``` -or with `pip`: +or with `pip` (if you prefer it, or if there's no conda package found for your platform): ``` bash pip install pytest-playwright