diff --git a/docs/src/intro-python.md b/docs/src/intro-python.md index bc3d06f8e8..8a07ab3a12 100644 --- a/docs/src/intro-python.md +++ b/docs/src/intro-python.md @@ -9,12 +9,36 @@ Playwright recommends using the official [Playwright Pytest plugin](./test-runne Get started by installing Playwright and running the example test to see it in action. + + + Install the [Pytest plugin](https://pypi.org/project/pytest-playwright/): ```bash pip install pytest-playwright ``` + + + +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 +``` + + + + Install the required browsers: ```bash