From 45b1a9f5789dd569860413c7660283fef176c44e Mon Sep 17 00:00:00 2001 From: Daniel Mauricio Flores Date: Thu, 11 Jul 2024 16:55:22 +0200 Subject: [PATCH] docs: add missing pytest-playwright installation command --- 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 ```