From b13bd66d20a747548b4d8193ab50164297d4a59a Mon Sep 17 00:00:00 2001 From: Daniel Flores Date: Thu, 11 Jul 2024 21:27:54 +0200 Subject: [PATCH] docs: add missing pytest-playwright installation command (#31645) --- docs/src/intro-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-python.md b/docs/src/intro-python.md index 0ad6828d78..3d17c2077d 100644 --- a/docs/src/intro-python.md +++ b/docs/src/intro-python.md @@ -45,7 +45,7 @@ Install the [Pytest plugin](https://anaconda.org/Microsoft/pytest-playwright): ```bash conda config --add channels conda-forge conda config --add channels microsoft -conda install playwright +conda install pytest-playwright ```