From 56edc4f396fb39361bebdc8ae8d70356a584af03 Mon Sep 17 00:00:00 2001 From: Christoph Deil Date: Mon, 1 Apr 2024 18:13:17 +0200 Subject: [PATCH] Add comment in testing install docs --- 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 63c4e4f4ca..2b02d60a13 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