Skip to content

Commit

Permalink
Add comment in testing install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Apr 1, 2024
1 parent aec0630 commit 56edc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56edc4f

Please sign in to comment.