diff --git a/playwright/README.md b/playwright/README.md index e58b3b8..bebe9b1 100644 --- a/playwright/README.md +++ b/playwright/README.md @@ -1,4 +1,8 @@ ```python +""" +pip install playwright bs4 +playwright install --with-deps +""" # %% from playwright.async_api import async_playwright from bs4 import BeautifulSoup