Skip to content

Commit

Permalink
Add comment in testing install docs (#6628)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil authored and ahuang11 committed Apr 2, 2024
1 parent 6f70c62 commit c34483a
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 c34483a

Please sign in to comment.