We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d489386 commit 652ac9fCopy full SHA for 652ac9f
README.md
@@ -7,7 +7,7 @@ and [Playwright](https://playwright.dev/python/docs/intro).
7
8
- [Full documentation](https://pamelafox.github.io/axe-playwright-python/).
9
10
-## Requirements
+## Dependencies
11
12
- Python >= 3.10
13
- [playwright](https://github.com/microsoft/playwright-python) >= 1.25.0
docs/index.md
@@ -24,7 +24,7 @@ To install Playwright ([docs](https://playwright.bootcss.com/python/docs/install
24
python3 -m pip install playwright
25
```
26
27
-Also install browser binaries:
+Then install browser binaries:
28
29
```console
30
python3 -m playwright install --with-deps
0 commit comments